From ea053ca45d5f7580e340c528031d32b1334b747e Mon Sep 17 00:00:00 2001 From: stitchy Date: Mon, 23 Dec 2024 01:08:18 -0800 Subject: [PATCH] fix(tanzanite): sliding-sync proxy bad gateway --- hosts/tanzanite/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/tanzanite/default.nix b/hosts/tanzanite/default.nix index 3a9a1cc..184c328 100644 --- a/hosts/tanzanite/default.nix +++ b/hosts/tanzanite/default.nix @@ -63,7 +63,7 @@ in { enableACME = true; forceSSL = true; locations."/" = { - proxyPass = "http://127.0.0.1:8008"; + proxyPass = "http://127.0.0.1:8009"; }; }; };