Whitespace and slashes.

This commit is contained in:
Ralph Bean 2014-12-19 15:26:44 +00:00
parent 1ff17f6b21
commit f3bdf81c89
2 changed files with 15 additions and 5 deletions

View file

@ -308,3 +308,13 @@
- role: geoip-city-wsgi/proxy
website: geoip.fedoraproject.org
proxyurl: http://localhost:10029
# TODO - mirrormanager2, yk-val, apps.fp.o, badges-app-redirect,
# fedora-releng-dash,
# get-fedora-old-redirect
# keys-redirect
# main-fedoraproject-redirect
# release-banner-redirect
# verify-redirect
# qa.stg.fedoraproject.org
# taskotron.fedoraproject.org stuff

View file

@ -1,8 +1,8 @@
<Location /{{remotepath}}>
RequestHeader set CP-Location /{{remotepath}}
SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1
</Location>
<Location {{remotepath}}>
RequestHeader set CP-Location {{remotepath}}
SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1
</Location>
ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}}
ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}