fix(tanzanite): sliding-sync proxy

This commit is contained in:
stitchy 2024-12-22 20:53:56 -08:00
parent f60c305e7e
commit 97e544b3f2
Signed by: stitchy
SSH key fingerprint: SHA256:f7Wxv5r7Ooi4z3GxqMBx50LlPRtY/kUK/Sw8K02PYys

View file

@ -58,6 +58,13 @@ in {
proxyPass = "http://127.0.0.1:9008"; proxyPass = "http://127.0.0.1:9008";
}; };
}; };
"syncv3.stitchy.moe" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://127.0.0.1:8008";
};
};
}; };
}; };