From 85933f169e76beccb47f461781e87f5d58285e94 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 11 Dec 2024 18:00:00 +0000 Subject: [PATCH] Add a vhost for syncthing --- nix/hosts/lemp11/modules/nginx.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/hosts/lemp11/modules/nginx.nix b/nix/hosts/lemp11/modules/nginx.nix index 35d314e..a4614f6 100644 --- a/nix/hosts/lemp11/modules/nginx.nix +++ b/nix/hosts/lemp11/modules/nginx.nix @@ -6,6 +6,7 @@ "gitea.localhost".locations."/".proxyPass = "http://localhost:2222/"; "immich.localhost".locations."/".proxyPass = "http://localhost:2283/"; "jellyfin.localhost".locations."/".proxyPass = "http://localhost:8096/"; + "syncthing.localhost".locations."/".proxyPass = "http://localhost:8384/"; "tubearchivist.localhost".locations."/".proxyPass = "http://localhost:8000/"; }; };