grrrr
This commit is contained in:
parent
48ff5fd4c5
commit
35d6ce3453
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue