diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-09-13 14:04:01 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-09-13 14:04:01 +0530 |
commit | de7146e1ddab5112e10ef97e769adbcfaecdbe4c (patch) | |
tree | 05f7ec9b0211d506c604d2e0d9ec5ae6e260d4df | |
parent | 8b148d39345ec9d06298c93fb836b6ff783a4738 (diff) |
kay/www: disable recommendedZstdSettings
-rw-r--r-- | os/kay/modules/www.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/os/kay/modules/www.nix b/os/kay/modules/www.nix index f565cac..e41c11e 100644 --- a/os/kay/modules/www.nix +++ b/os/kay/modules/www.nix @@ -25,7 +25,9 @@ in enableQuicBPF = true; recommendedTlsSettings = true; - recommendedZstdSettings = true; + # breaks home-assistant proxy for some reason + # only the first request goes through, then site hangs + # recommendedZstdSettings = true; recommendedOptimisation = true; recommendedGzipSettings = true; recommendedProxySettings = true; |