Only block what is actually going to be in a docroot
This commit is contained in:
		| @@ -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 %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user