Put webmail on / for empty webmail_path from setup

master
Dario Ernst 6 years ago
parent d9d6f514aa
commit ef5a114cff

@ -117,7 +117,7 @@ WEB_ADMIN={{ admin_path }}
# Path to the webmail if enabled
{% if webmail_type != 'none' and webmail_path == '' %}
WEB_WEBMAIL=/webmail
WEB_WEBMAIL=/
{% else %}
WEB_WEBMAIL={{ webmail_path }}
{% endif %}

Loading…
Cancel
Save