Fixed wrong port

This commit is contained in:
tenksom 2023-03-22 12:09:21 +01:00
parent c83ea08ee8
commit 6ab7985a6a

View file

@ -50,7 +50,7 @@ in
enableACME = true;
locations = {
"/" = {
proxyPass = "http://127.0.0.1:443";
proxyPass = "http://127.0.0.1:20000";
proxyWebsockets = true;
};
};