Files
fedora-infra_ansible/roles/httpd/reverseproxy/templates/reversepassproxy.elections.conf
2014-12-08 20:21:12 +00:00

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