mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 04:00:25 +08:00
Merge branch 'fbr-mobile'
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
|
||||
ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}
|
||||
|
||||
<Location "/mobile">
|
||||
RequestHeader unset Cookie
|
||||
</Location>
|
||||
Reference in New Issue
Block a user