roles/nginx/application: Added snippets acme and root
parent
da676ebc32
commit
6b376cacfa
@ -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;
|
||||
}
|
Loading…
Reference in New Issue