dont use tls - breaks serving static files

This commit is contained in:
Mauro Torrez 2019-10-02 01:22:18 -03:00
parent 188f7f87ac
commit 23aba0b59e

View File

@ -73,7 +73,7 @@
roundcube_domain: { roundcube_domain: {
"locations": { "locations": {
roundcube_web_root.rstrip('/')+'/': { roundcube_web_root.rstrip('/')+'/': {
"proxy_pass": "https://{}:9443/".format(roundcube_container) "proxy_pass": "http://{}:9080/".format(roundcube_container)
} }
} }
} }