From d9ea824473ded9beeb0cdcafe33fb8c262f41a1b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 6 Dec 2025 10:07:05 -0800 Subject: [PATCH] pkgs01: sync apache values with what we have on pagure.io This will increase some values to allow for handling scrapers better. In any case it doesn't seem to hurt. Signed-off-by: Kevin Fenzi --- roles/distgit/pagure/templates/z_pagure.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/distgit/pagure/templates/z_pagure.conf b/roles/distgit/pagure/templates/z_pagure.conf index afd0f958dc..d13cd6043d 100644 --- a/roles/distgit/pagure/templates/z_pagure.conf +++ b/roles/distgit/pagure/templates/z_pagure.conf @@ -9,6 +9,10 @@ WSGIScriptAlias / /var/www/pagure.wsgi Protocols h2 http/1.1 +ServerLimit 100 +ThreadsPerChild 30 +MaxRequestWorkers 3000 +MaxConnectionsPerChild 1000 # SSLEngine on # SSLProtocol all -SSLv2 -SSLv3 # # Use secure TLSv1.1 and TLSv1.2 ciphers