From 111e78de24cd8dbf18b13e42bd3b5dd6eb3adc2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 12 Mar 2024 21:23:11 +0100 Subject: [PATCH] pretalx: bump hash bucket size --- hosts/pretalx/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/pretalx/default.nix b/hosts/pretalx/default.nix index c97fef09..30c2446b 100644 --- a/hosts/pretalx/default.nix +++ b/hosts/pretalx/default.nix @@ -12,6 +12,9 @@ nginx = { enable = true; + commonHttpConfig = /* nginx */ '' + proxy_headers_hash_bucket_size 64; + ''; virtualHosts."talks.datenspuren.de" = { default = true; forceSSL = true;