[NixOS] Remove port specification from dev.railbird.ai
This commit is contained in:
@@ -65,7 +65,6 @@ in
|
|||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
listen = [{
|
listen = [{
|
||||||
addr = "0.0.0.0";
|
addr = "0.0.0.0";
|
||||||
port = 3000;
|
|
||||||
ssl = true;
|
ssl = true;
|
||||||
}];
|
}];
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user