roles/nginx/application: Added snippets acme and root

wip
Felix Stupp 5 years ago
parent da676ebc32
commit 6b376cacfa
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -0,0 +1,9 @@
include snippets/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;
}

@ -5,6 +5,8 @@ nginx_unnecessary_files:
- sites-enabled
nginx_snippets:
- acme
- global
- https
- ssl
- root

Loading…
Cancel
Save