Add some more reversepassproxy entries that I missed.
This commit is contained in:
parent
cc8e08e90b
commit
122754be77
1 changed files with 18 additions and 1 deletions
|
@ -138,7 +138,7 @@
|
||||||
proxyurl: http://localhost:10004
|
proxyurl: http://localhost:10004
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: apps.fedoraproject.org
|
website: admin.fedoraproject.org
|
||||||
destname: elections
|
destname: elections
|
||||||
remotepath: /voting
|
remotepath: /voting
|
||||||
localpath: /voting
|
localpath: /voting
|
||||||
|
@ -259,6 +259,14 @@
|
||||||
# Talk directly to the app server, not haproxy
|
# Talk directly to the app server, not haproxy
|
||||||
proxyurl: http://log01
|
proxyurl: http://log01
|
||||||
|
|
||||||
|
- role: httpd/reverseproxy
|
||||||
|
website: admin.fedoraproject.org
|
||||||
|
destname: maps
|
||||||
|
remotepath: /maps
|
||||||
|
localpath: /maps
|
||||||
|
# Talk directly to the app server, not haproxy
|
||||||
|
proxyurl: http://log01
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: fedoraproject.org
|
website: fedoraproject.org
|
||||||
destname: freemedia
|
destname: freemedia
|
||||||
|
@ -270,8 +278,17 @@
|
||||||
website: admin.fedoraproject.org
|
website: admin.fedoraproject.org
|
||||||
destname: docs-backend
|
destname: docs-backend
|
||||||
localpath: /docs-backend
|
localpath: /docs-backend
|
||||||
|
# Talk directly to the app server, not haproxy
|
||||||
proxyurl: http://docs-backend01
|
proxyurl: http://docs-backend01
|
||||||
|
|
||||||
|
- role: httpd/reverseproxy
|
||||||
|
website: admin.fedoraproject.org
|
||||||
|
destname: collectd
|
||||||
|
localpath: /collectd
|
||||||
|
remotepath: /collectd
|
||||||
|
# Talk directly to the app server, not haproxy
|
||||||
|
proxyurl: http://log01
|
||||||
|
|
||||||
# This one gets its own role (instead of httpd/reverseproxy) so that it can
|
# This one gets its own role (instead of httpd/reverseproxy) so that it can
|
||||||
# copy in some silly static resources (globe.png, index.html)
|
# copy in some silly static resources (globe.png, index.html)
|
||||||
- role: geoip-city-wsgi/proxy
|
- role: geoip-city-wsgi/proxy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue