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"