diff --git a/roles/distgit/pagure/templates/z_pagure.conf b/roles/distgit/pagure/templates/z_pagure.conf index afd0f958dc..d13cd6043d 100644 --- a/roles/distgit/pagure/templates/z_pagure.conf +++ b/roles/distgit/pagure/templates/z_pagure.conf @@ -9,6 +9,10 @@ WSGIScriptAlias / /var/www/pagure.wsgi Protocols h2 http/1.1 +ServerLimit 100 +ThreadsPerChild 30 +MaxRequestWorkers 3000 +MaxConnectionsPerChild 1000 # SSLEngine on # SSLProtocol all -SSLv2 -SSLv3 # # Use secure TLSv1.1 and TLSv1.2 ciphers