From 7f630759bc5b83c556c85d2f8f6eab19781d68ca Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Thu, 13 Feb 2025 10:20:46 +0100 Subject: [PATCH] nginx: disable zstd Should not be enabled by default because important fixes are not getting merged. Trying to figure out that zstd is the culprit is tedious. Enabling the zstd module breaks SSI (used by jitsi-meet) and home-assistant. --- nixos/mixins/nginx.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/mixins/nginx.nix b/nixos/mixins/nginx.nix index c4d8beaf..f695f75a 100644 --- a/nixos/mixins/nginx.nix +++ b/nixos/mixins/nginx.nix @@ -15,7 +15,6 @@ recommendedOptimisation = lib.mkDefault true; recommendedProxySettings = lib.mkDefault true; recommendedTlsSettings = lib.mkDefault true; - recommendedZstdSettings = lib.mkDefault true; # Nginx sends all the access logs to /var/log/nginx/access.log by default. # instead of going to the journal!