From b219aad49f77c4c16474e16399f95adacd0dd2f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 15 Oct 2020 16:45:20 +0200 Subject: [PATCH] Try to fix ipsilon's openid MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- playbooks/include/proxies-reverseproxy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index a6097dcc09..236b617d85 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -204,6 +204,7 @@ website: id.stg.fedoraproject.org destname: id proxyurl: http://localhost:10020 + keephost: true tags: - id.fedoraproject.org when: env == "staging" @@ -212,6 +213,7 @@ website: "sso{{ env_suffix }}.fedoraproject.org" destname: id proxyurl: http://localhost:10020 + keephost: true tags: - id.fedoraproject.org when: env == "staging" @@ -220,6 +222,7 @@ website: "username.id{{ env_suffix }}.fedoraproject.org" destname: usernameid proxyurl: http://localhost:10020 + keephost: true tags: - id.fedoraproject.org when: env == "staging"