From bd8a5c8435b099e50c79619e4592abe137985164 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Tue, 3 Sep 2019 14:20:31 -0400 Subject: [PATCH] Increase worker_connections across the board. --- ubuntu/catsith.asininetech.net.yml | 2 ++ ubuntu/erlking.asininetech.net.yml | 2 ++ ubuntu/waldo.asininetech.net.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/ubuntu/catsith.asininetech.net.yml b/ubuntu/catsith.asininetech.net.yml index 2e96008..0d7596c 100644 --- a/ubuntu/catsith.asininetech.net.yml +++ b/ubuntu/catsith.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 diff --git a/ubuntu/erlking.asininetech.net.yml b/ubuntu/erlking.asininetech.net.yml index 9cf9528..3a9d4e0 100644 --- a/ubuntu/erlking.asininetech.net.yml +++ b/ubuntu/erlking.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 diff --git a/ubuntu/waldo.asininetech.net.yml b/ubuntu/waldo.asininetech.net.yml index eef133a..e1f3000 100644 --- a/ubuntu/waldo.asininetech.net.yml +++ b/ubuntu/waldo.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