koji-hub: sync changes with running config on max workers

Also sync some things from upstream config.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-01-03 20:43:08 +00:00 committed by Pierre-Yves Chibon
parent 9e96f524c5
commit 02e6deb26a

View file

@ -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
<Directory "/usr/share/koji-web/scripts/">
Options ExecCGI
SetHandler wsgi-script
WSGIApplicationGroup %{GLOBAL}
WSGIScriptReloading Off
Require all granted
</Directory>