From 091efc2eb99397a071b832bfc2df9ca119115942 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 12 Mar 2016 10:09:48 +0000 Subject: [PATCH] Seems we inject a / already Signed-off-by: Patrick Uiterwijk --- playbooks/include/proxies-reverseproxy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 534f6ab2ba..cb466579aa 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -475,11 +475,11 @@ #- role: httpd/reverseproxy # website: src.fedoraproject.org # destname: git - # proxyurl: http://pkgs02.phx2.fedoraproject.org/ + # proxyurl: http://pkgs02.phx2.fedoraproject.org # when: env == "production" - role: httpd/reverseproxy website: src.fedoraproject.org destname: git - proxyurl: http://pkgs01.stg.phx2.fedoraproject.org/ + proxyurl: http://pkgs01.stg.phx2.fedoraproject.org when: env == "staging"