From 9d9edc96588fac6c793b9b1f2b9897a5ad00c8ec Mon Sep 17 00:00:00 2001 From: Victor Koycheff Date: Wed, 25 Feb 2026 19:22:36 +0200 Subject: [PATCH] proxies-reverseproxy: set keepalive=on ttl=10 for koji This fixes intermittent 502 Bad Gateway errors during long-running koji connections (like watch-task or watch-logs). For more details on proxy keepalive and ttl, see: https://httpd.apache.org/docs/2.4/mod/mod_proxy.html Fixes #12913 Signed-off-by: Victor Koycheff