forked from ISTI-ansible-roles/ansible-roles
Merge branch 'master' of git://gitorious.research-infrastructures.eu/infrastructure-management/ansible-playbooks
This commit is contained in:
commit
5f82399fd9
|
@ -5,6 +5,7 @@ server {
|
||||||
deny all;
|
deny all;
|
||||||
access_log off;
|
access_log off;
|
||||||
log_not_found off;
|
log_not_found off;
|
||||||
|
return 404;
|
||||||
}
|
}
|
||||||
{% if letsencrypt_acme_install %}
|
{% if letsencrypt_acme_install %}
|
||||||
## Disable .htaccess and other hidden files
|
## Disable .htaccess and other hidden files
|
||||||
|
@ -46,6 +47,7 @@ server {
|
||||||
deny all;
|
deny all;
|
||||||
access_log off;
|
access_log off;
|
||||||
log_not_found off;
|
log_not_found off;
|
||||||
|
return 404;
|
||||||
}
|
}
|
||||||
{% if haproxy_ips is defined %}
|
{% if haproxy_ips is defined %}
|
||||||
# We are behind haproxy
|
# We are behind haproxy
|
||||||
|
|
Loading…
Reference in New Issue