1
0
Fork 0
forked from DGNum/lab-infra

fix(photo01): unbound variable name

This commit is contained in:
Constantin Gierczak--Galle 2024-11-21 18:59:56 +01:00
parent b19fba8f0b
commit f6fcdf21a7
No known key found for this signature in database

View file

@ -46,7 +46,7 @@
forceSSL = true;
serverAliases = [ ];
locations."/" = {
proxyPass = "http://localhost:${toString port}/";
proxyPass = "http://localhost:2342/";
proxyWebsockets = true;
};
};