Only block what is actually going to be in a docroot
This commit is contained in:
parent
b6e25d1ab8
commit
754ce4a6f8
@ -79,24 +79,9 @@
|
||||
ProxyPassReverse "/" "{{ item.proxy }}"
|
||||
ProxyTimeout 300
|
||||
{% endif %}
|
||||
<Location /.ansible>
|
||||
Require all denied
|
||||
</Location>
|
||||
<Location /.cache>
|
||||
Require all denied
|
||||
</Location>
|
||||
<Location /.config>
|
||||
Require all denied
|
||||
</Location>
|
||||
<Location /.local>
|
||||
Require all denied
|
||||
</Location>
|
||||
<Location /.git>
|
||||
Require all denied
|
||||
</Location>
|
||||
<Location /.ssh>
|
||||
Require all denied
|
||||
</Location>
|
||||
</VirtualHost>
|
||||
|
||||
{% endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user