This commit is contained in:
Chris Cochrun 2025-05-16 07:23:04 -05:00
parent 48ff5fd4c5
commit 35d6ce3453

View file

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