From f67e1874941d32274ac02f8bb8b64d2719b680cd Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Sun, 29 Sep 2024 08:38:23 +0530 Subject: [PATCH] update nginx settings --- hosts/arcturus/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hosts/arcturus/default.nix b/hosts/arcturus/default.nix index 858e825..b34696c 100644 --- a/hosts/arcturus/default.nix +++ b/hosts/arcturus/default.nix @@ -78,10 +78,12 @@ services = { nginx = { - recommendedGzipSettings = true; - recommendedOptimisation = true; - recommendedProxySettings = true; recommendedTlsSettings = true; + recommendedBrotliSettings = true; + recommendedOptimisation = true; + recommendedGzipSettings = true; + recommendedProxySettings = true; + recommendedZstdSettings = true; }; borgbackup.jobs.arcturus-backup = {