forked from mauro/ansible-role-wordpress-docker
tls between container and frontend
This commit is contained in:
@@ -94,7 +94,7 @@
|
|||||||
nextcloud_domain: {
|
nextcloud_domain: {
|
||||||
"locations": {
|
"locations": {
|
||||||
'/': {
|
'/': {
|
||||||
"proxy_pass": "http://{}:9000".format(nextcloud_container)
|
"proxy_pass": "https://{}:9010".format(nextcloud_container)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user