pagure: increase some httpd worker limits
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
45c28c27c5
commit
7105387724
1 changed files with 4 additions and 1 deletions
|
@ -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$
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue