From 90f2b45ef309c86cf8fb6bc7e27ea1fc4375ea53 Mon Sep 17 00:00:00 2001 From: Jacob Bachmann Date: Tue, 14 Oct 2025 10:40:34 +0200 Subject: [PATCH] fix(APPA): set recommended nginx settings --- hosts/APPA/services/nginx.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/APPA/services/nginx.nix b/hosts/APPA/services/nginx.nix index 0ac7da1..6c45bad 100644 --- a/hosts/APPA/services/nginx.nix +++ b/hosts/APPA/services/nginx.nix @@ -4,6 +4,12 @@ services.nginx = { enable = true; + + recommendedGzipSettings = true; + recommendedOptimisation = true; + recommendedProxySettings = true; + recommendedTlsSettings = true; + virtualHosts."dryb.org" = { useACMEHost = "dryb.org"; forceSSL = true;