pagure: increase some httpd worker limits

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-06-15 14:23:06 -07:00
parent 45c28c27c5
commit 7105387724

View file

@ -78,6 +78,10 @@ WSGIDaemonProcess paguredocs user=git group=git maximum-requests=1000 display-na
{% endif %}
TimeOut 600
ServerLimit 1500
MaxRequestWorkers 1500
MaxConnectionsPerChild 1000
Alias "/robots.txt" "/var/www/html/robots.txt"
WSGIScriptAlias / /var/www/pagure.wsgi
@ -123,7 +127,6 @@ WSGIDaemonProcess paguredocs user=git group=git maximum-requests=1000 display-na
{% endif %}
</Location>
# Drop distributed web hits
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/fedora-web/websites$