elections: drop no longer needed releasepassproxy

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-01-23 14:35:10 +00:00
parent 2bce5b21ea
commit a158c64f7d

View file

@ -1,10 +0,0 @@
<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}}