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:
parent
9e96f524c5
commit
02e6deb26a
1 changed files with 4 additions and 5 deletions
|
@ -2,11 +2,8 @@ RewriteEngine On
|
||||||
RewriteRule ^/$ /koji/ [R,L]
|
RewriteRule ^/$ /koji/ [R,L]
|
||||||
KeepAlive On
|
KeepAlive On
|
||||||
|
|
||||||
StartServers 5
|
ServerLimit 800
|
||||||
MinSpareServers 5
|
MaxRequestWorkers 800
|
||||||
MaxSpareServers 10
|
|
||||||
ServerLimit 400
|
|
||||||
MaxRequestWorkers 400
|
|
||||||
MaxConnectionsPerChild 1000
|
MaxConnectionsPerChild 1000
|
||||||
|
|
||||||
#We use wsgi by default
|
#We use wsgi by default
|
||||||
|
@ -24,6 +21,8 @@ Alias /robots.txt /var/www/html/robots.txt
|
||||||
<Directory "/usr/share/koji-web/scripts/">
|
<Directory "/usr/share/koji-web/scripts/">
|
||||||
Options ExecCGI
|
Options ExecCGI
|
||||||
SetHandler wsgi-script
|
SetHandler wsgi-script
|
||||||
|
WSGIApplicationGroup %{GLOBAL}
|
||||||
|
WSGIScriptReloading Off
|
||||||
Require all granted
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue