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;