nginx/application: Removed specfic exclusion of htaccess files

Because dot files are already blocked in general
dehydrated
Felix Stupp 4 years ago
parent 9394b66f47
commit 58955871ad
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -1,9 +1,3 @@
include {{ nginx_snippets_directory }}/global;
index index.html index.htm;
# deny access to .htaccess files, if Apache's document root
# concurs with nginx's one
location ~ /\.ht {
deny all;
}

Loading…
Cancel
Save