Deny access to .settings_local

This commit is contained in:
Med 2017-07-28 04:52:12 +02:00
parent 7fc044b68f
commit 1b2023fca8
1 changed files with 5 additions and 0 deletions

5
med/.htaccess Normal file
View File

@ -0,0 +1,5 @@
<Files "settings_local.py">
order deny,allow
deny from all
allow from 127.0.0.1
</Files>