port toString
This commit is contained in:
parent
61c1553454
commit
b17fbcd75e
|
@ -117,7 +117,7 @@ in {
|
|||
recommendedProxySettings = true;
|
||||
virtualHosts."${cfg.hostname}" = {
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:${cfg.port}";
|
||||
proxyPass = "http://localhost:${toString cfg.port}";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue