Removal of directory index for /downloads

This commit is contained in:
Marwolf
2018-07-08 15:53:15 -04:00
parent a14bb019ed
commit be19bf68e3
2 changed files with 0 additions and 10 deletions

View File

@@ -33,11 +33,6 @@ server {
deny all; deny all;
} }
location /downloads {
autoindex on;
autoindex_exact_size off;
}
location /board { location /board {
index index.php index.html index.htm; index index.php index.html index.htm;
try_files $uri $uri/ @rewriteapp; try_files $uri $uri/ @rewriteapp;

View File

@@ -33,11 +33,6 @@ server {
deny all; deny all;
} }
location /downloads {
autoindex on;
autoindex_exact_size off;
}
location /board { location /board {
index index.php index.html index.htm; index index.php index.html index.htm;
try_files $uri $uri/ @rewriteapp; try_files $uri $uri/ @rewriteapp;