Docker-Mini-CCTV-NVR/htdocs/.htaccess

12 lines
262 B
ApacheConf
Raw Permalink Normal View History

# 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