Merge branch 'master' of git://gitorious.research-infrastructures.eu/infrastructure-management/ansible-playbooks

This commit is contained in:
daniele-pavia 2017-11-15 11:46:04 +01:00
commit 5f82399fd9
1 changed files with 2 additions and 0 deletions

View File

@ -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