mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
Add some more reversepassproxy entries that I missed.
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
proxyurl: http://localhost:10004
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: apps.fedoraproject.org
|
||||
website: admin.fedoraproject.org
|
||||
destname: elections
|
||||
remotepath: /voting
|
||||
localpath: /voting
|
||||
@@ -259,6 +259,14 @@
|
||||
# Talk directly to the app server, not haproxy
|
||||
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
|
||||
website: fedoraproject.org
|
||||
destname: freemedia
|
||||
@@ -270,8 +278,17 @@
|
||||
website: admin.fedoraproject.org
|
||||
destname: docs-backend
|
||||
localpath: /docs-backend
|
||||
# Talk directly to the app server, not haproxy
|
||||
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
|
||||
# copy in some silly static resources (globe.png, index.html)
|
||||
- role: geoip-city-wsgi/proxy
|
||||
|
||||
Reference in New Issue
Block a user