Skip to content

Commit 4c17549

Browse files
committed
Fixed incorrect path to default nginx root
1 parent 8422125 commit 4c17549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ http {
3939
#
4040
error_page 500 502 503 504 /50x.html;
4141
location = /50x.html {
42-
root /usr/share/nginx/html;
42+
root /var/lib/nginx/html;
4343
}
4444

4545
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000

0 commit comments

Comments
 (0)