proxies / id: clean up syntax and also allow all internal ips in iad2
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
9457e0e58e
commit
51b344c104
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,11 @@ ProxyPassReverseCookieDomain ipa01{{env_suffix}}.iad2.fedoraproject.org id{{env_
|
|||
RequestHeader edit Referer ^https://id\{{env_suffix}}\.fedoraproject\.org/ https://ipa01{{env_suffix}}.iad2.fedoraproject.org/
|
||||
|
||||
<Proxy "*">
|
||||
Require ip 192.173.156.2 # kevin
|
||||
# various admin ips:
|
||||
# kevin
|
||||
Require ip 192.173.156.2
|
||||
# internal iad2 networks:
|
||||
Require ip 10.3.0.0/16
|
||||
</Proxy>
|
||||
|
||||
ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue