Skip to content

Commit

Permalink
nginx: disable zstd (#611)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
fpletz authored Feb 13, 2025
1 parent 02f6ebf commit 54aae80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nixos/mixins/nginx.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 54aae80

Please sign in to comment.