From 6ad86be1fef4440bdfb2dfd8932071714454859a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 13 Nov 2025 10:42:56 -0800 Subject: [PATCH] Revert "haproxy: switch kojipkgs to use apache backend on 8080" This reverts commit 19cf971bdeaeed7c0fbd356474735e29b36df0be. We want to switch this back now that the tcp_timeout issue is solved. --- roles/haproxy/templates/haproxy.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 05f3eae8bb..4a4124f515 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -270,8 +270,8 @@ frontend kojipkgs-frontend backend kojipkgs-backend balance uri - server kojipkgs01.{{ datacenter }}.fedoraproject.org kojipkgs01.{{ datacenter }}.fedoraproject.org:8080 check inter 30s rise 1 fall 3 - server kojipkgs02.{{ datacenter }}.fedoraproject.org kojipkgs02.{{ datacenter }}.fedoraproject.org:8080 check inter 30s rise 1 fall 3 + server kojipkgs01.{{ datacenter }}.fedoraproject.org kojipkgs01.{{ datacenter }}.fedoraproject.org:80 check inter 30s rise 1 fall 3 + server kojipkgs02.{{ datacenter }}.fedoraproject.org kojipkgs02.{{ datacenter }}.fedoraproject.org:80 check inter 30s rise 1 fall 3 option httpchk GET / retries 5 retry-on all-retryable-errors