mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 14:02:12 +08:00
16 lines
518 B
Plaintext
16 lines
518 B
Plaintext
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/
|
|
|
|
#<Proxy "*">
|
|
# various admin ips:
|
|
# kevin
|
|
# Require ip 192.173.156.2
|
|
# nb
|
|
# Require ip 208.96.144.68
|
|
# internal iad2 networks:
|
|
# Require ip 10.3.0.0/16
|
|
#</Proxy>
|
|
|
|
ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}}
|
|
ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}
|