diff --git a/nginx.conf b/nginx.conf index a3a5fe0..81b6b59 100644 --- a/nginx.conf +++ b/nginx.conf @@ -83,7 +83,7 @@ http { location / { index index.html; root /var/www/html; - try_files $uri $uri/; + try_files $uri $uri/ =404; absolute_redirect off; }