From e9ec840823fd07b862feef75ac5a9ac006f5426b Mon Sep 17 00:00:00 2001 From: staticsafe Date: Tue, 3 Sep 2019 14:07:02 -0400 Subject: [PATCH] increase nginx worker_connections to 1024 in ubuntu/deirdre.asininetech.net.yml --- ubuntu/deirdre.asininetech.net.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ubuntu/deirdre.asininetech.net.yml b/ubuntu/deirdre.asininetech.net.yml index edc10b0..93d4982 100644 --- a/ubuntu/deirdre.asininetech.net.yml +++ b/ubuntu/deirdre.asininetech.net.yml @@ -4,6 +4,8 @@ roles: - role: jdauphant.nginx nginx_user: "www-data" + nginx_events_params: + - worker_connections 1024 nginx_http_params: - sendfile "on" - server_names_hash_bucket_size 512