Fixed incorrect path to default nginx root

migrate-github-actions
Tim de Pater 2016-07-31 10:20:31 +02:00
parent 8422125d22
commit 4c175497cf
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ http {
#
error_page 500 502 503 504 /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