Fixed wrong port
This commit is contained in:
parent
c83ea08ee8
commit
6ab7985a6a
|
@ -50,7 +50,7 @@ in
|
|||
enableACME = true;
|
||||
locations = {
|
||||
"/" = {
|
||||
proxyPass = "http://127.0.0.1:443";
|
||||
proxyPass = "http://127.0.0.1:20000";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue