From 4e52328281bac48a3c85d09ccb7d3d9bf4a15bb1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 20 Aug 2024 14:00:40 -0700 Subject: [PATCH] proxies / id: just disable this mess for now and revisit later Signed-off-by: Kevin Fenzi --- .../templates/reversepassproxy.00-ipa.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.00-ipa.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.00-ipa.conf index 1d6837eb37..fa14f3e4b6 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.00-ipa.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.00-ipa.conf @@ -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/ - +# # 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 - +# Require ip 10.3.0.0/16 +# ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}} ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}