From e2d84fa7808dbc723114e39739ab07a51de4288b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 2 Apr 2020 00:49:55 +0200 Subject: [PATCH] Set to false in case this is causing the HTTPS issue See https://github.com/dokku/dokku/issues/3912. --- ansible/vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/vars/all.yml b/ansible/vars/all.yml index e49685b..aee7fe8 100644 --- a/ansible/vars/all.yml +++ b/ansible/vars/all.yml @@ -2,4 +2,4 @@ autonomic_admin_mail: helo@autonomic.zone autonomic_admin_user: autonomic http_port: "8080" -proxy_address_forwarding: "true" +proxy_address_forwarding: "false"