mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 18:41:38 +08:00
11 lines
270 B
Plaintext
11 lines
270 B
Plaintext
<Location {{localpath}}>
|
|
RequestHeader set CP-Location {{localpath}}
|
|
</Location>
|
|
|
|
<Location ~ {{localpath}}/(static|tg_js)>
|
|
Header unset Set-Cookie
|
|
</Location>
|
|
|
|
ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
|
|
ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}
|