proxy config for docs-backend.

This commit is contained in:
Ralph Bean 2014-12-18 19:17:54 +00:00
parent 8a6a87ebd9
commit cc8e08e90b
2 changed files with 7 additions and 0 deletions

View file

@ -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

View file

@ -19,4 +19,5 @@
- restart httpd - restart httpd
tags: tags:
- httpd - httpd
- httpd/reverseproxy
- httpd/reversepassproxy - httpd/reversepassproxy