mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 05:20:49 +08:00
9 lines
251 B
Plaintext
9 lines
251 B
Plaintext
<Location {{localpath}}>
|
|
RequestHeader set CP-Location {{localpath}}
|
|
SetEnv force-proxy-request-1.0 1
|
|
SetEnv proxy-nokeepalive 1
|
|
</Location>
|
|
|
|
ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
|
|
ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}
|