Deny access to .settings_local
This commit is contained in:
parent
7fc044b68f
commit
1b2023fca8
|
@ -0,0 +1,5 @@
|
|||
<Files "settings_local.py">
|
||||
order deny,allow
|
||||
deny from all
|
||||
allow from 127.0.0.1
|
||||
</Files>
|
Loading…
Reference in New Issue