Update nginx.conf

This commit is contained in:
Paul TREHIOU 2017-10-08 12:24:36 +02:00 committed by GitHub
parent 26c0d7105b
commit c04e339c59

View File

@ -3,7 +3,7 @@ server {
location / { location / {
root /usr/share/nginx/html; root /usr/share/nginx/html;
index index.html index.php; index index.php;
} }
#error_page 404 /404.html; #error_page 404 /404.html;