Files
fedora-infra_ansible/roles/httpd/reverseproxy/templates/reversepassproxy.bodhi.conf
Patrick Uiterwijk 6f6a5efd5d Add keephost for bodhi
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2018-04-13 15:52:10 +00:00

11 lines
264 B
Plaintext

<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}}