grrrr
This commit is contained in:
parent
48ff5fd4c5
commit
35d6ce3453
|
@ -24,7 +24,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:${toString config.services.nocodb.environment.PORT}";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue