Nginx, PHP - An error occurred. Sorry, the page you are looking for is currently unavailable. Please try again later
问题 I get an error when I access my index.php of my /usr/local/nginx-1.12.2/html . 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. My nginx.conf is this: # cat conf/nginx.conf : worker_processes 1; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; sendfile on;