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