From 75e333850150e211e21bad6f2b4e7916f50663f0 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 30 Oct 2017 21:02:10 +0000 Subject: [PATCH] Try setting header_scheme: true for PDC https links. --- playbooks/include/proxies-reverseproxy.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 70654dc0d7..a39950948e 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -310,6 +310,15 @@ website: pdc.fedoraproject.org destname: pdc proxyurl: http://localhost:10045 + when: env != 'staging' + + - role: httpd/reverseproxy + website: pdc.fedoraproject.org + destname: pdc + proxyurl: http://localhost:10045 + when: env == 'staging' + header_scheme: true + tags: pdc - role: httpd/reverseproxy website: apps.fedoraproject.org