Whitespace and slashes.
This commit is contained in:
parent
1ff17f6b21
commit
f3bdf81c89
2 changed files with 15 additions and 5 deletions
|
@ -308,3 +308,13 @@
|
||||||
- role: geoip-city-wsgi/proxy
|
- role: geoip-city-wsgi/proxy
|
||||||
website: geoip.fedoraproject.org
|
website: geoip.fedoraproject.org
|
||||||
proxyurl: http://localhost:10029
|
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
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<Location /{{remotepath}}>
|
<Location {{remotepath}}>
|
||||||
RequestHeader set CP-Location /{{remotepath}}
|
RequestHeader set CP-Location {{remotepath}}
|
||||||
SetEnv force-proxy-request-1.0 1
|
SetEnv force-proxy-request-1.0 1
|
||||||
SetEnv proxy-nokeepalive 1
|
SetEnv proxy-nokeepalive 1
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}}
|
ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}}
|
||||||
ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}
|
ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue