Special-case fedora-mobile (reverseproxy).

This commit is contained in:
Ralph Bean 2014-12-08 21:15:23 +00:00
parent a398ff8bc1
commit 246e1d4700

View file

@ -0,0 +1,6 @@
ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}
<Location "/mobile">
RequestHeader unset Cookie
</Location>