Skip to content

Commit

Permalink
Fixed incorrect path to default nginx root
Browse files Browse the repository at this point in the history
  • Loading branch information
TrafeX committed Jul 31, 2016
1 parent 8422125 commit 4c17549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c17549

Please sign in to comment.