Special-case elections (reverseproxy).
This commit is contained in:
parent
ae1e36c5c8
commit
410876543a
1 changed files with 10 additions and 0 deletions
|
@ -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}}
|
Loading…
Add table
Add a link
Reference in a new issue