Files
fedora-infra_ansible/roles/httpd/reverseproxy/templates/reversepassproxy.bodhi.conf
2015-10-11 19:09:17 +00:00

9 lines
275 B
Plaintext

<Location ~ {{localpath}}/(static|tg_widgets/turbogears.widgets)>
Header unset Set-Cookie
</Location>
Alias /robots.txt /srv/web/robots.txt.bodhi.fedoraproject.org
ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}