mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
Special-case elections (reverseproxy).
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<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}}
|
||||
Reference in New Issue
Block a user