Files
fedora-infra_ansible/roles/httpd/reverseproxy/templates/reversepassproxy.bodhi.conf
Ralph Bean b0d3350791 Revert "robots.txt for bodhi.fp.o."
This reverts commit dd76e91f2f.
2015-10-11 19:14:42 +00:00

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