diff --git a/nginx.conf b/nginx.conf index 85577e1..5aa76ca 100644 --- a/nginx.conf +++ b/nginx.conf @@ -26,7 +26,7 @@ http { server_name _; location / { - index ; + index index.html; root /var/www/html; try_files $uri $uri/ =404; absolute_redirect off;