nginx: drop recommendedZstdSettings

nixpkgs no longer recommends it.
This commit is contained in:
Jörg Thalheim
2025-07-18 16:17:23 +02:00
parent 7414dc6e7e
commit cf232e1002

View File

@@ -38,7 +38,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!