library/roles/smartgears/smartgears-nginx-frontend/templates/generic-smartgears-virtualhost.j2: Fix the indentation of the conditionals.

This commit is contained in:
Andrea Dell'Amico 2018-12-11 15:05:44 +01:00
parent 1705b75589
commit 1dee266626
1 changed files with 2 additions and 2 deletions

View File

@ -173,11 +173,11 @@ server {
{% endfor %}
{% endif %}
{% else %}
{% else %}
location / {
return 301 https://{{ item.servername }}$request_uri;
}
{% endif %}
{% endif %}
}
{% if letsencrypt_acme_install %}