1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-ovh/services/nginx/nginx.nix b/host/Rory-ovh/services/nginx/nginx.nix
index d422cc8..fee1573 100755
--- a/host/Rory-ovh/services/nginx/nginx.nix
+++ b/host/Rory-ovh/services/nginx/nginx.nix
@@ -18,7 +18,7 @@ in
package = pkgs.nginxQuic;
recommendedProxySettings = true;
recommendedTlsSettings = true;
- recommendedZstdSettings = true;
+ experimentalZstdSettings = true;
#recommendedGzipSettings = true;
recommendedBrotliSettings = true;
recommendedOptimisation = true;
|