From 0a7f7604e69b6852bd7f6927c85ec63961c8b50e Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sat, 13 Jun 2015 13:30:01 +0000 Subject: [PATCH] Put the original reverseproxy entry back for meetbot.fedoraproject.org for now. --- playbooks/include/proxies-reverseproxy.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 2a6fe4c163..9784c37440 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -75,6 +75,16 @@ destname: mailman3 when: env == "staging" + # The old way + - role: httpd/reverseproxy + website: meetbot.fedoraproject.org + destname: meetbot + remotepath: /meetbot/ + when: env != 'staging' + # Talk directly to the app server, not haproxy + proxyurl: http://value01 + + # The new place for the raw originals - role: httpd/reverseproxy website: meetbot-raw.fedoraproject.org destname: meetbot @@ -83,6 +93,7 @@ # Talk directly to the app server, not haproxy proxyurl: http://value01 + # The new place for the fancy mote view - role: httpd/reverseproxy website: meetbot.fedoraproject.org destname: mote