2017-03-04 19:30:30 -10:00
|
|
|
Options -Indexes
|
2013-04-16 16:11:34 +02:00
|
|
|
|
2017-03-04 19:30:30 -10:00
|
|
|
ErrorDocument 403 "Access forbidden"
|
2015-04-07 09:36:00 +08:00
|
|
|
ErrorDocument 404 /cgi/main.py
|
2014-06-16 13:51:45 +02:00
|
|
|
ErrorDocument 500 "A very nasty bug found his way onto this very server"
|
2017-03-04 19:30:30 -10:00
|
|
|
|
2020-05-06 11:47:24 +02:00
|
|
|
# Work around for Safari
|
|
|
|
Header set X-Content-Type-Options "nosniff"
|
|
|
|
|
2017-03-04 19:30:30 -10:00
|
|
|
<Files ~ "\.(py|pyc|db|log)$">
|
|
|
|
deny from all
|
|
|
|
</Files>
|