From 4c175497cf5dbbcf24fac7baee93967bd4476f54 Mon Sep 17 00:00:00 2001 From: Tim de Pater Date: Sun, 31 Jul 2016 10:20:31 +0200 Subject: [PATCH] Fixed incorrect path to default nginx root --- config/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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