1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-29 21:46:57 +02:00

Fix syntax errors

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

@ -87,12 +87,13 @@ http {
include /overrides/*.conf;
# Actual logic
{% if WEBROOT_REDIRECT and WEB_WEBMAIL != '/' %}
location / {
{% if WEBROOT_REDIRECT and WEB_WEBMAIL != '/' %}
return 301 {{ WEBROOT_REDIRECT }};
}
{% else %}
return 404
return 404;
}
{% endif %}
{% if WEBMAIL != 'none' %}