diff options
Diffstat (limited to 'hosts/kay/modules')
-rw-r--r-- | hosts/kay/modules/www.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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; |