From 90e279dee1298e15432eef5471866425ab14d6e0 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 16 Nov 2025 10:52:07 -0800 Subject: [PATCH] src: move src behind proxy varnish Hopefully this will help the high ai scraper load and not break anything. In the event we need to revert, simply change the proxyurl back to the haproxy endpoint instead of the varnish endpoint. Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-reverseproxy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 2af259a0a1..66ecc84602 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -639,7 +639,8 @@ - role: httpd/reverseproxy website: src.fedoraproject.org destname: git - proxyurl: http://localhost:10057 + #proxyurl: http://localhost:10057 + proxyurl: "{{ varnish_url }}" header_scheme: true keephost: true when: env != "staging"