diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index d970123f84..6308f126c9 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -94,6 +94,7 @@ remotepath: /meetbot/ # Talk directly to the app server, not haproxy proxyurl: http://value01 + when: env != "staging" # The place for the fancy mote view - role: httpd/reverseproxy @@ -102,6 +103,25 @@ #remotepath: /mote/ # Talk directly to the app server, not haproxy proxyurl: http://value01 + when: env != "staging" + + # The place for the raw originals + - role: httpd/reverseproxy + website: meetbot-raw.fedoraproject.org + destname: meetbot + remotepath: /meetbot/ + # Talk directly to the app server, not haproxy + proxyurl: http://value02 + when: env == "staging" + + # The place for the fancy mote view + - role: httpd/reverseproxy + website: meetbot.fedoraproject.org + destname: mote + #remotepath: /mote/ + # Talk directly to the app server, not haproxy + proxyurl: http://value02 + when: env == "staging" - role: httpd/reverseproxy website: apps.fedoraproject.org