proxy config for docs-backend.
This commit is contained in:
parent
8a6a87ebd9
commit
cc8e08e90b
2 changed files with 7 additions and 0 deletions
|
@ -266,6 +266,12 @@
|
|||
localpath: /freemedia
|
||||
proxyurl: http://localhost:10011
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: admin.fedoraproject.org
|
||||
destname: docs-backend
|
||||
localpath: /docs-backend
|
||||
proxyurl: http://docs-backend01
|
||||
|
||||
# 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
|
||||
|
|
|
@ -19,4 +19,5 @@
|
|||
- restart httpd
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/reverseproxy
|
||||
- httpd/reversepassproxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue