Put the original reverseproxy entry back for meetbot.fedoraproject.org for now.
This commit is contained in:
parent
3dff80920d
commit
0a7f7604e6
1 changed files with 11 additions and 0 deletions
|
@ -75,6 +75,16 @@
|
||||||
destname: mailman3
|
destname: mailman3
|
||||||
when: env == "staging"
|
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
|
- role: httpd/reverseproxy
|
||||||
website: meetbot-raw.fedoraproject.org
|
website: meetbot-raw.fedoraproject.org
|
||||||
destname: meetbot
|
destname: meetbot
|
||||||
|
@ -83,6 +93,7 @@
|
||||||
# Talk directly to the app server, not haproxy
|
# Talk directly to the app server, not haproxy
|
||||||
proxyurl: http://value01
|
proxyurl: http://value01
|
||||||
|
|
||||||
|
# The new place for the fancy mote view
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: meetbot.fedoraproject.org
|
website: meetbot.fedoraproject.org
|
||||||
destname: mote
|
destname: mote
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue