jyundt/webdav_docker/master/.htaccess
order allow,deny Options -Indexes AuthType Basic AuthName Keepass AuthUserFile "/usr/local/apache2/htdocs/.htpasswd" AuthDigestProvider file Require user admin RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] <Files ~ ".kdbx$"> allow from all </Files>