@cryptotaxi247 / infra-1 / commits / 977ed517

nginx: remove zfs optimizations

The upstream option was removed, because of bugs and a questionable maintenance status of the module.

Martin Weinelt committed Nov 26, 2025 at 18:52 UTC 977ed5173922dda40ed0d66e09adc6d3809864ea
3 files changed -3
build/hydra-proxy.nix
-1
@@ -34,7 +34,6 @@
34 recommendedOptimisation = true;
35 recommendedProxySettings = true;
36 recommendedTlsSettings = true;
37 - recommendedZstdSettings = true;
37
38 proxyTimeout = "900s";
39
non-critical-infra/hosts/staging-hydra/hydra-proxy.nix
-1
@@ -37,7 +37,6 @@ in
37 recommendedOptimisation = true;
38 recommendedProxySettings = true;
39 recommendedTlsSettings = true;
40 - recommendedZstdSettings = true;
40
41 proxyTimeout = "900s";
42
non-critical-infra/modules/nginx.nix
-1
@@ -21,6 +21,5 @@
21 recommendedOptimisation = true;
22 recommendedProxySettings = true;
23 recommendedTlsSettings = true;
24 - recommendedZstdSettings = true;
24 };
25 }