nginx/application: Allowed dot files uploads by Nextcloud

dehydrated
Felix Stupp 5 years ago
parent 9a129a7f2f
commit edf455bf66
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -1,6 +1,6 @@
include {{ nginx_snippets_directory }}/acme;
location ~ /\.(?!well-known).* {
location ~ /\.(?!well-known)(?!file).* {
log_not_found off;
access_log off;
return 404;

Loading…
Cancel
Save