diff --git a/nginx.conf b/nginx.conf index 6e76f7d..eadc276 100644 --- a/nginx.conf +++ b/nginx.conf @@ -9,9 +9,5 @@ http { listen 80; root /usr/bin; include /etc/nginx/mime.types; - -# location / { -# try_files $uri /index.html =404; -# } } }