diff --git a/nginx.conf b/nginx.conf index f860c68..8429ce1 100644 --- a/nginx.conf +++ b/nginx.conf @@ -27,7 +27,7 @@ http { server_name localhost; location / { root /usr/share/nginx/html; - index index.html + index index.html; } error_page 500 502 503 504 /50x.html;