diff --git a/roles/koji_hub/templates/kojiweb.conf.j2 b/roles/koji_hub/templates/kojiweb.conf.j2 index 755835ada9..ecae18cb8c 100644 --- a/roles/koji_hub/templates/kojiweb.conf.j2 +++ b/roles/koji_hub/templates/kojiweb.conf.j2 @@ -2,11 +2,8 @@ RewriteEngine On RewriteRule ^/$ /koji/ [R,L] KeepAlive On -StartServers 5 -MinSpareServers 5 -MaxSpareServers 10 -ServerLimit 400 -MaxRequestWorkers 400 +ServerLimit 800 +MaxRequestWorkers 800 MaxConnectionsPerChild 1000 #We use wsgi by default @@ -24,6 +21,8 @@ Alias /robots.txt /var/www/html/robots.txt Options ExecCGI SetHandler wsgi-script + WSGIApplicationGroup %{GLOBAL} + WSGIScriptReloading Off Require all granted