summaryrefslogtreecommitdiff
path: root/hosts/kay/modules/www.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/kay/modules/www.nix')
-rw-r--r--hosts/kay/modules/www.nix2
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;