Special-case elections (reverseproxy).

This commit is contained in:
Ralph Bean 2014-12-08 20:21:10 +00:00
parent ae1e36c5c8
commit 410876543a

View file

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