diff --git a/nginx.conf b/nginx.conf index 3c73da5..9b910c7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -4,11 +4,10 @@ server { root /usr/share/nginx/html; index index.html; - location ~ ^([^.\?]*[^/])$ { - return 301 $1/; - } + # location ~ ^([^.\?]*[^/])$ { + # return 301 $1/; + # } - # Main location location / { try_files $uri $uri/ $uri.html; }