Initial Commit
Update Dockerfile_cleaner, Dockerfile_recorder, and 12 more files...
This commit is contained in:
11
htdocs/.htaccess
Normal file
11
htdocs/.htaccess
Normal file
@@ -0,0 +1,11 @@
|
||||
# Prevent access to .htaccess
|
||||
<Files ~ "^.*\.([Hh][Tt][Aa]|[Pp][Yy])">
|
||||
Require all denied
|
||||
</Files>
|
||||
|
||||
# Fixing Apache's autistic fit with .mkv files
|
||||
AddType video/x-matroska mkv
|
||||
|
||||
# Allowing indexes
|
||||
Options +Indexes -FollowSymlinks -ExecCGI
|
||||
ServerSignature Off
|
Reference in New Issue
Block a user