mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
Change the httpd proxy stuff to point to ipa02 also
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
ProxyPassReverseCookieDomain ipa01{{env_suffix}}.iad2.fedoraproject.org id{{env_suffix}}.fedoraproject.org
|
||||
RequestHeader edit Referer ^https://id\{{env_suffix}}\.fedoraproject\.org/ https://ipa01{{env_suffix}}.iad2.fedoraproject.org/
|
||||
ProxyPassReverseCookieDomain ipa02{{env_suffix}}.iad2.fedoraproject.org id{{env_suffix}}.fedoraproject.org
|
||||
RequestHeader edit Referer ^https://id\{{env_suffix}}\.fedoraproject\.org/ https://ipa02{{env_suffix}}.iad2.fedoraproject.org/
|
||||
|
||||
ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}}
|
||||
ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}
|
||||
|
||||
Reference in New Issue
Block a user