nixos/middleman: Disable zstd in nginx for now

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

@ -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 = {