dont use tls - breaks serving static files
This commit is contained in:
parent
188f7f87ac
commit
23aba0b59e
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user