Limit these paths

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-24 23:39:44 +02:00
parent 6546cd4a5b
commit d96ebeb146

View file

@ -183,6 +183,22 @@ DocumentRoot /srv/web
Require all granted
</Directory>
<Directory /srv/web/infra/communishift>
Options -Indexes -FollowSymLinks
Require ip 38.145.48.0/27
</Directory>
<Location /infra/communishift/bootstrap.ign>
Options -Indexes -FollowSymLinks
Require ip 38.145.48.21
</Location>
<Directory /srv/web/infra/bigfiles>
Options FollowSymLinks
Require all granted
Include "conf.d/allows"
</Directory>
<Directory /srv/web/infra/bigfiles>
Options FollowSymLinks
Require all granted