From df2bfb016b19124591c608654bf7010f7b128dce Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 23 Dec 2023 17:20:29 +0530 Subject: kay/nginx: bump worker_connections 512 worker_connections are not enough while connecting to upstream --- hosts/kay/modules/www.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts/kay/modules') diff --git a/hosts/kay/modules/www.nix b/hosts/kay/modules/www.nix index a63f2ba..84627eb 100644 --- a/hosts/kay/modules/www.nix +++ b/hosts/kay/modules/www.nix @@ -21,6 +21,8 @@ in services.nginx = { enable = true; + eventsConfig = "worker_connections 1024;"; + virtualHosts = { "${domain}" = { forceSSL = true; -- cgit v1.2.3