From be19bf68e3a09351e24d9601e1ccdc419bed8174 Mon Sep 17 00:00:00 2001 From: Marwolf Date: Sun, 8 Jul 2018 15:53:15 -0400 Subject: [PATCH] Removal of directory index for /downloads --- Website/etc/nginx/default.conf | 5 ----- Website/etc/nginx/default.template.conf | 5 ----- 2 files changed, 10 deletions(-) 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;