diff --git a/nginx.conf b/nginx.conf index 4dd04e4..663132c 100644 --- a/nginx.conf +++ b/nginx.conf @@ -3,7 +3,7 @@ server { location / { root /usr/share/nginx/html; - index index.html index.php; + index index.php; } #error_page 404 /404.html;