mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
proxies: increase max workers
Also add a ssl connection cache. These changes are live on proxy01/10 and seem to have made them stable again. Will look at pushing to the rest tomorrow. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -7,7 +7,7 @@ num_cpus: 6
|
||||
# This is used in the httpd.conf to determine the value for serverlimit and
|
||||
# maxrequestworkers. On 8gb proxies, 900 seems fine. But on 4gb proxies, this
|
||||
# should be lowered in the host vars for that proxy.
|
||||
maxrequestworkers: 900
|
||||
maxrequestworkers: 1500
|
||||
|
||||
tcp_ports: [
|
||||
# For apache, generally.
|
||||
|
||||
@@ -773,3 +773,5 @@ EnableSendfile on
|
||||
|
||||
# Configure a location for OCSP stapling
|
||||
SSLStaplingCache shmcb:/tmp/stapling_cache(128000)
|
||||
SSLSessionCache shmcb:/run/httpd/sslcache(10240000)
|
||||
SSLSessionCacheTimeout 600
|
||||
|
||||
Reference in New Issue
Block a user