fix(tanzanite): sliding-sync proxy bad gateway
This commit is contained in:
parent
d98e01928e
commit
ea053ca45d
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ in {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://127.0.0.1:8008";
|
proxyPass = "http://127.0.0.1:8009";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue