Files
fedora-infra_ansible/roles/httpd/reverseproxy/templates/reversepassproxy.elections.conf

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}}