Fixed incorrect path to default nginx root

This commit is contained in:
Tim de Pater 2016-07-31 10:20:31 +02:00
parent 8422125d22
commit 4c175497cf

View File

@ -39,7 +39,7 @@ http {
# #
error_page 500 502 503 504 /50x.html; error_page 500 502 503 504 /50x.html;
location = /50x.html { location = /50x.html {
root /usr/share/nginx/html; root /var/lib/nginx/html;
} }
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000 # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000