1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-28 03:56:43 +02:00

Put webmail on / for empty webmail_path from setup

This commit is contained in:
Dario Ernst 2019-01-28 20:32:36 +01:00
parent d9d6f514aa
commit ef5a114cff

View File

@ -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 %}