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:
Kevin Fenzi 2024-08-20 12:14:29 -07:00
parent 9457e0e58e
commit 51b344c104

View file

@ -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}}