From 9aa9db32ce35774c124d6186a03006c9e345877f Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Wed, 16 Sep 2020 15:41:47 +0200 Subject: machines/legosi: use gzip and optimization for nginx --- machines/profpatsch/legosi.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/profpatsch/legosi.nix b/machines/profpatsch/legosi.nix index 3bce4ebb..d4009c20 100644 --- a/machines/profpatsch/legosi.nix +++ b/machines/profpatsch/legosi.nix @@ -95,6 +95,8 @@ in { services.nginx = { enable = true; + recommendedGzipSettings = true; + recommendedOptimisation = true; virtualHosts.${"profpatsch.de"} = { forceSSL = true; enableACME = true; -- cgit 1.4.1