fixing port

This commit is contained in:
Chris Cochrun 2025-05-16 07:14:52 -05:00
parent 9be0eabea9
commit b21ec315ba

View file

@ -15,7 +15,7 @@ with lib;
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/" = { locations."/" = {
proxyPass = "http://127.0.0.1:${toString config.services.nocodb.environments.PORT}"; proxyPass = "http://127.0.0.1:9989";
proxyWebsockets = true; proxyWebsockets = true;
}; };
}; };