diff --git a/config/nginx.conf b/config/nginx.conf index e059118..797eff7 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -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