要快速查找Nginx日志错误,可按以下方法操作:
/var/log/nginx/
nginx.conf
error.log
sudo tail -f /var/log/nginx/error.log
grep
sudo grep "500" /var/log/nginx/error.log