Special-case fedora-mobile (reverseproxy).
This commit is contained in:
parent
a398ff8bc1
commit
246e1d4700
1 changed files with 6 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
|
||||
ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}
|
||||
|
||||
<Location "/mobile">
|
||||
RequestHeader unset Cookie
|
||||
</Location>
|
Loading…
Add table
Add a link
Reference in a new issue