Limit these paths
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
6546cd4a5b
commit
d96ebeb146
1 changed files with 16 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue