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 %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
location / {
|
location / {
|
||||||
return 301 https://{{ item.servername }}$request_uri;
|
return 301 https://{{ item.servername }}$request_uri;
|
||||||
}
|
}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
}
|
}
|
||||||
|
|
||||||
{% if letsencrypt_acme_install %}
|
{% if letsencrypt_acme_install %}
|
||||||
|
|
Loading…
Reference in New Issue