From 18fb1c7445ad7416aa5e9daed7d481577fd24459 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Tue, 1 Oct 2019 23:12:23 -0300 Subject: [PATCH] add trailing slash to location --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 05a3d9b..f685bf7 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -72,7 +72,7 @@ {{ nginx_config | default({}) | combine({ roundcube_domain: { "locations": { - roundcube_web_root: { + roundcube_web_root.rstrip('/')+'/': { "proxy_pass": "http://{}:9000/".format(roundcube_container) } }