From 675e3cfb8648c55cee78f78548f3cedd501b850a Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sun, 12 Oct 2025 18:17:51 +0200 Subject: [PATCH] nas: syncthing: correct nginx settings --- modules/services/nas/syncthing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/nas/syncthing.nix b/modules/services/nas/syncthing.nix index ae1d153..99263b2 100644 --- a/modules/services/nas/syncthing.nix +++ b/modules/services/nas/syncthing.nix @@ -35,7 +35,7 @@ useACMEHost = "home.opel-online.de"; forceSSL = true; locations."/" = { - recommendedProxySettings = true; + recommendedProxySettings = false; proxyPass = "http://${toString config.services.syncthing.guiAddress}"; extraConfig = '' proxy_set_header Host localhost;