From ef5a114cff9d1ba661d1df695ac16a94ece9e8e6 Mon Sep 17 00:00:00 2001 From: Dario Ernst Date: Mon, 28 Jan 2019 20:32:36 +0100 Subject: [PATCH] Put webmail on / for empty webmail_path from setup --- setup/flavors/compose/mailu.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/flavors/compose/mailu.env b/setup/flavors/compose/mailu.env index a23a2c4b..f7bccd3f 100644 --- a/setup/flavors/compose/mailu.env +++ b/setup/flavors/compose/mailu.env @@ -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 %}