fix: adapt to new default port
This commit is contained in:
parent
df20fff444
commit
70abe3d603
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@
|
|||
enableACME = true;
|
||||
forceSSL = true;
|
||||
serverAliases = [];
|
||||
locations."/".proxyPass = "http://localhost:3001/";
|
||||
locations."/".proxyPass = "http://localhost:2283/";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue