fixing port
This commit is contained in:
parent
9be0eabea9
commit
b21ec315ba
|
@ -15,7 +15,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:9989";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue