tls support

This commit is contained in:
Mauro Torrez 2019-10-02 00:09:03 -03:00
parent 9fbe0c3a20
commit 1378d4d677

View File

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