Docker-Mini-CCTV-NVR/htdocs/.htaccess
Herwin 6b3ef62c4b Initial Commit
Update Dockerfile_cleaner, Dockerfile_recorder, and 12 more files...
2023-05-15 17:07:19 +02:00

12 lines
262 B
ApacheConf

# 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