Nginx报错

  

An error occurred.

Sorry, the page you are looking for is currently unavailable.
Please try again later.

If you are the system administrator of this resource then you should check the error log for details.

Faithfully yours, nginx.

1. 查找错误位置

grep "error_log" /etc/nginx/* -R


2. 查看错误日志

tail -n 10 /var/log/nginx/error.log

原文地址:https://www.cnblogs.com/Zlcode/p/8280618.html