diff --git a/hosts/plover/modules/services/nginx.nix b/hosts/plover/modules/services/nginx.nix index 89a94504..1f040526 100644 --- a/hosts/plover/modules/services/nginx.nix +++ b/hosts/plover/modules/services/nginx.nix @@ -11,12 +11,15 @@ package = pkgs.nginxMainline; - recommendedBrotliSettings = true; - recommendedGzipSettings = true; recommendedOptimisation = true; recommendedProxySettings = true; recommendedTlsSettings = true; + # Some more server-sided compressions. + recommendedBrotliSettings = true; + recommendedGzipSettings = true; + recommendedZstdSettings = true; + proxyCachePath.apps = { enable = true; keysZoneName = "apps";