proxies: point meetbot and meetbot-raw to value01.stg in stg

This should let us test mote on value02

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-11-14 19:21:06 -08:00
parent fc3f87b646
commit 33d6d56322

View file

@ -94,6 +94,7 @@
remotepath: /meetbot/ remotepath: /meetbot/
# Talk directly to the app server, not haproxy # Talk directly to the app server, not haproxy
proxyurl: http://value01 proxyurl: http://value01
when: env != "staging"
# The place for the fancy mote view # The place for the fancy mote view
- role: httpd/reverseproxy - role: httpd/reverseproxy
@ -102,6 +103,25 @@
#remotepath: /mote/ #remotepath: /mote/
# Talk directly to the app server, not haproxy # Talk directly to the app server, not haproxy
proxyurl: http://value01 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 - role: httpd/reverseproxy
website: apps.fedoraproject.org website: apps.fedoraproject.org