Stop overriding the reverseproxy config for bodhi

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2018-09-28 18:19:05 +02:00
parent bdf439c203
commit a0a625fd08

View file

@ -1,10 +0,0 @@
<Location ~ {{localpath}}/(static|tg_widgets/turbogears.widgets)>
Header unset Set-Cookie
</Location>
{% if keephost %}
ProxyPreserveHost On
{% endif %}
ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}