Revert "Change the httpd proxy stuff to point to ipa02 also"

This reverts commit 65cf67f584.
This commit is contained in:
Nick Bebout 2024-01-25 11:22:34 -06:00
parent b5d0a51ae9
commit d1c563acc2

View file

@ -1,5 +1,5 @@
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/
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/
ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}}
ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}