forked from DGNum/lab-infra
fix(photo01): unbound variable name
This commit is contained in:
parent
b19fba8f0b
commit
f6fcdf21a7
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
serverAliases = [ ];
|
serverAliases = [ ];
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:${toString port}/";
|
proxyPass = "http://localhost:2342/";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue