From e9236730eb5b4995ae5c0d12753fecd9b1729ec3 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Sat, 12 Oct 2019 11:22:39 -0300 Subject: [PATCH] tls between container and frontend --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index b16a686..3c4ff60 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -94,7 +94,7 @@ nextcloud_domain: { "locations": { '/': { - "proxy_pass": "http://{}:9000".format(nextcloud_container) + "proxy_pass": "https://{}:9010".format(nextcloud_container) } } }