From e9fc2dabbea4254d46782a9abf5a28bf9657f148 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sat, 28 Oct 2023 21:42:01 +0200 Subject: [PATCH] fix: enable recommendedProxySettings for nginx https://search.nixos.org/options?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=recommendedProxySettings --- hosts/nachtigall/apps/nginx.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nachtigall/apps/nginx.nix b/hosts/nachtigall/apps/nginx.nix index abc71a1..2715583 100644 --- a/hosts/nachtigall/apps/nginx.nix +++ b/hosts/nachtigall/apps/nginx.nix @@ -15,6 +15,7 @@ in { proxyCachePath.cache = { enable = true; }; + recommendedProxySettings = true; }; # Nginx user needs access to mastodon unix sockets users.users.nginx.extraGroups = [ "mastodon" ];