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:
parent
fc3f87b646
commit
33d6d56322
1 changed files with 20 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue