fix(tanzanite): sliding-sync proxy bad gateway

This commit is contained in:
stitchy 2024-12-23 01:08:18 -08:00
parent d98e01928e
commit ea053ca45d
Signed by: stitchy
SSH key fingerprint: SHA256:f7Wxv5r7Ooi4z3GxqMBx50LlPRtY/kUK/Sw8K02PYys

View file

@ -63,7 +63,7 @@ in {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://127.0.0.1:8008";
proxyPass = "http://127.0.0.1:8009";
};
};
};