1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-17 20:57:54 +02:00

Rectify 'endif' placement

This commit is contained in:
Tim Möhlmann 2018-12-07 16:44:42 +02:00
parent 425cdd5e77
commit 97d338e68a
No known key found for this signature in database
GPG Key ID: 8677988D8072E8DE

View File

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