Files
fedora-infra_ansible/roles/httpd/reverseproxy/templates/reversepassproxy.bodhi.conf

7 lines
212 B
Plaintext

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