Merge branch 'fbr-mobile'

This commit is contained in:
Rick Elrod 2016-06-10 19:42:23 +00:00
commit 616b1a5f0e
2 changed files with 0 additions and 13 deletions

View file

@ -165,13 +165,6 @@
localpath: /voting
proxyurl: http://localhost:10007
- role: httpd/reverseproxy
website: fedoraproject.org
destname: fedora-mobile
remotepath: /mobile
localpath: /mobile
proxyurl: http://fedora-infra.github.io
# Fedoauth is odd here -- it has an entry for both stg and prod.
- role: httpd/reverseproxy
website: id.stg.fedoraproject.org

View file

@ -1,6 +0,0 @@
ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}
<Location "/mobile">
RequestHeader unset Cookie
</Location>