fix(tanzanite): sliding-sync proxy
This commit is contained in:
parent
f60c305e7e
commit
97e544b3f2
1 changed files with 7 additions and 0 deletions
|
@ -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";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue