port toString

This commit is contained in:
niten 2024-01-17 13:18:32 -08:00
parent 61c1553454
commit b17fbcd75e
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ in {
recommendedProxySettings = true;
virtualHosts."${cfg.hostname}" = {
locations."/" = {
proxyPass = "http://localhost:${cfg.port}";
proxyPass = "http://localhost:${toString cfg.port}";
proxyWebsockets = true;
};
};