Special-case bodhi (reverseproxy).

This commit is contained in:
Ralph Bean 2014-12-08 20:35:29 +00:00
parent ecbc3764f8
commit 4ba76cb94f

View file

@ -0,0 +1,6 @@
<Location ~ {{localpath}}/(static|tg_widgets/turbogears.widgets)>
Header unset Set-Cookie
</Location>
ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}