mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-02 11:08:01 +00:00
Rectify 'endif' placement
This commit is contained in:
@@ -93,8 +93,8 @@ http {
|
|||||||
return 301 {{ WEBROOT_REDIRECT }};
|
return 301 {{ WEBROOT_REDIRECT }};
|
||||||
{% else %}
|
{% else %}
|
||||||
return 404;
|
return 404;
|
||||||
}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
}
|
||||||
|
|
||||||
{% if WEBMAIL != 'none' %}
|
{% if WEBMAIL != 'none' %}
|
||||||
location {{ WEB_WEBMAIL }} {
|
location {{ WEB_WEBMAIL }} {
|
||||||
|
|||||||
Reference in New Issue
Block a user