diff --git a/Website/etc/nginx/default.conf b/Website/etc/nginx/default.conf index e55a0b6..f7149d0 100644 --- a/Website/etc/nginx/default.conf +++ b/Website/etc/nginx/default.conf @@ -33,11 +33,6 @@ server { deny all; } - location /downloads { - autoindex on; - autoindex_exact_size off; - } - location /board { index index.php index.html index.htm; try_files $uri $uri/ @rewriteapp; diff --git a/Website/etc/nginx/default.template.conf b/Website/etc/nginx/default.template.conf index 2247bd4..df8d24a 100644 --- a/Website/etc/nginx/default.template.conf +++ b/Website/etc/nginx/default.template.conf @@ -33,11 +33,6 @@ server { deny all; } - location /downloads { - autoindex on; - autoindex_exact_size off; - } - location /board { index index.php index.html index.htm; try_files $uri $uri/ @rewriteapp;