Nginx报错

mac2022-06-30  78

  

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

最新回复(0)