forked from colonelpanic/dotfiles
[NixOS] Remove port specification from dev.railbird.ai
This commit is contained in:
parent
6179444240
commit
d07127d416
@ -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."/" = {
|
||||||
|
Loading…
Reference in New Issue
Block a user