also no indexes on tmp

This commit is contained in:
Kevin Fenzi 2018-05-28 23:17:46 +00:00
parent 1d734a225c
commit eefa326cd3

View file

@ -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