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
|
localpath: /freemedia
|
||||||
proxyurl: http://localhost:10011
|
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
|
# 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
|
||||||
|
|
|
@ -19,4 +19,5 @@
|
||||||
- restart httpd
|
- restart httpd
|
||||||
tags:
|
tags:
|
||||||
- httpd
|
- httpd
|
||||||
|
- httpd/reverseproxy
|
||||||
- httpd/reversepassproxy
|
- httpd/reversepassproxy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue