forked from mauro/ansible-role-nextcloud-docker
dont use tls - breaks serving static files
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user