tls between container and frontend

This commit is contained in:
Mauro Torrez 2019-10-12 11:22:39 -03:00
parent 2f254e348f
commit e9236730eb

View File

@ -94,7 +94,7 @@
nextcloud_domain: {
"locations": {
'/': {
"proxy_pass": "http://{}:9000".format(nextcloud_container)
"proxy_pass": "https://{}:9010".format(nextcloud_container)
}
}
}