Files
fedora-infra_ansible/roles/httpd/reverseproxy/templates/reversepassproxy.fedora-mobile.conf
2014-12-08 21:15:23 +00:00

7 lines
172 B
Plaintext

ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}
<Location "/mobile">
RequestHeader unset Cookie
</Location>