nixos/middleman: Disable zstd in nginx for now
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 25m3s

This commit is contained in:
Jack O'Sullivan 2024-07-20 22:41:01 +01:00
parent 9e7294e871
commit e5d5847b89

View File

@ -240,7 +240,8 @@ in
recommendedTlsSettings = true;
recommendedBrotliSettings = true;
recommendedZstdSettings = true;
# Uh so nginx is hanging with zstd enabled... maybe let's not for now
# recommendedZstdSettings = true;
clientMaxBodySize = "0";
serverTokens = true;
resolver = {