forked from ISTI-ansible-roles/ansible-roles
library/roles/smartgears/smartgears-nginx-frontend/templates/generic-smartgears-virtualhost.j2: Fix the indentation of the conditionals.
This commit is contained in:
parent
1705b75589
commit
1dee266626
|
@ -173,11 +173,11 @@ server {
|
|||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
{% else %}
|
||||
{% else %}
|
||||
location / {
|
||||
return 301 https://{{ item.servername }}$request_uri;
|
||||
}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
}
|
||||
|
||||
{% if letsencrypt_acme_install %}
|
||||
|
|
Loading…
Reference in New Issue