Rectify 'endif' placement

This commit is contained in:
Tim Möhlmann
2018-12-07 16:44:42 +02:00
parent 425cdd5e77
commit 97d338e68a

View File

@@ -93,8 +93,8 @@ http {
return 301 {{ WEBROOT_REDIRECT }};
{% else %}
return 404;
}
{% endif %}
}
{% if WEBMAIL != 'none' %}
location {{ WEB_WEBMAIL }} {