also no indexes on tmp
This commit is contained in:
parent
1d734a225c
commit
eefa326cd3
1 changed files with 10 additions and 0 deletions
|
@ -72,6 +72,11 @@ DocumentRoot /srv/web
|
|||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<Directory /srv/web/infra/tmp>
|
||||
Options -Indexes -FollowSymLinks
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<Directory /srv/web/infra/bigfiles>
|
||||
Options FollowSymLinks
|
||||
Require all granted
|
||||
|
@ -173,6 +178,11 @@ DocumentRoot /srv/web
|
|||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<Directory /srv/web/infra/tmp>
|
||||
Options -Indexes -FollowSymLinks
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<Directory /srv/web/infra/bigfiles>
|
||||
Options FollowSymLinks
|
||||
Require all granted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue