From 23aba0b59e201600b7fab80acb75efd3df6957a5 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Wed, 2 Oct 2019 01:22:18 -0300 Subject: [PATCH] dont use tls - breaks serving static files --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index b935c75..0836971 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -73,7 +73,7 @@ roundcube_domain: { "locations": { roundcube_web_root.rstrip('/')+'/': { - "proxy_pass": "https://{}:9443/".format(roundcube_container) + "proxy_pass": "http://{}:9080/".format(roundcube_container) } } }