proxies / id: just disable this mess for now and revisit later
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
7d0bc1dc62
commit
4e52328281
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
||||||
ProxyPassReverseCookieDomain ipa01{{env_suffix}}.iad2.fedoraproject.org id{{env_suffix}}.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/
|
RequestHeader edit Referer ^https://id\{{env_suffix}}\.fedoraproject\.org/ https://ipa01{{env_suffix}}.iad2.fedoraproject.org/
|
||||||
|
|
||||||
<Proxy "*">
|
#<Proxy "*">
|
||||||
# various admin ips:
|
# various admin ips:
|
||||||
# kevin
|
# kevin
|
||||||
Require ip 192.173.156.2
|
# Require ip 192.173.156.2
|
||||||
# nb
|
# nb
|
||||||
Require ip 208.96.144.68
|
# Require ip 208.96.144.68
|
||||||
# internal iad2 networks:
|
# internal iad2 networks:
|
||||||
Require ip 10.3.0.0/16
|
# Require ip 10.3.0.0/16
|
||||||
</Proxy>
|
#</Proxy>
|
||||||
|
|
||||||
ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}}
|
ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}}
|
||||||
ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}
|
ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue