From ca0d6eb62296dada99a8c6f94265940386582ef3 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 17 Aug 2015 15:09:52 +0000 Subject: [PATCH] Get rid of this old reverseproxy entry for bodhi2 and replace it with the redirect from the previous commit. --- playbooks/include/proxies-reverseproxy.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 6c2d3e47b8..021bcce9e1 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -239,21 +239,10 @@ proxyurl: http://localhost:10009 when: env != "staging" - # XXX - we're going to replace this one with a redirect to bodhi.fp.o (threebean) - - role: httpd/reverseproxy - website: admin.fedoraproject.org - destname: bodhi - remotepath: / - localpath: /updates - proxyurl: http://localhost:10010 - when: env == "staging" - - # XXX - this is the one we want to keep for the deployment on wednesday (threebean) - role: httpd/reverseproxy website: bodhi.fedoraproject.org destname: bodhi proxyurl: http://localhost:10010 - when: env == "staging" - role: httpd/reverseproxy website: admin.fedoraproject.org