mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 07:32:46 +08:00
proxies / id: just disable this mess for now and revisit later
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
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 "*">
|
||||
#<Proxy "*">
|
||||
# various admin ips:
|
||||
# kevin
|
||||
Require ip 192.173.156.2
|
||||
# Require ip 192.173.156.2
|
||||
# nb
|
||||
Require ip 208.96.144.68
|
||||
# Require ip 208.96.144.68
|
||||
# internal iad2 networks:
|
||||
Require ip 10.3.0.0/16
|
||||
</Proxy>
|
||||
# Require ip 10.3.0.0/16
|
||||
#</Proxy>
|
||||
|
||||
ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}}
|
||||
ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}
|
||||
|
||||
Reference in New Issue
Block a user