server/nextcloud: Fixed disallowing well-known as dot file

dehydrated
Felix Stupp 4 years ago
parent 7889e10385
commit fc2a098ff2
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -44,7 +44,7 @@ dependencies:
location ~ ^/(build|tests|config|lib|3rdparty|templates|data)/ {
deny all;
}
location ~ ^/(?:\.|autotest|occ|issue|indie|db_|console) {
location ~ ^/(?:\.(?!well-known)|autotest|occ|issue|indie|db_|console) {
deny all;
}
#location ~ \.(?:flv|mp4|mov|m4a)$ {

Loading…
Cancel
Save