From 1378d4d677d69714f092bccc1efa7e53ee2045ca Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Wed, 2 Oct 2019 00:09:03 -0300 Subject: [PATCH] tls support --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index f685bf7..9d4afbc 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -73,7 +73,7 @@ roundcube_domain: { "locations": { roundcube_web_root.rstrip('/')+'/': { - "proxy_pass": "http://{}:9000/".format(roundcube_container) + "proxy_pass": "https://{}:9443/".format(roundcube_container) } } }