diff --git a/nginx.conf b/nginx.conf index 7991c3c..90d49e2 100644 --- a/nginx.conf +++ b/nginx.conf @@ -5,8 +5,6 @@ server { root /var/www/html; index index.html; - rewrite ^([^.]*[^/])$ $1/ permanent; - location / { try_files $uri $uri/ /index.html; }