Add railbird.ai addresses for biskcomp

This commit is contained in:
Ivan Malison 2023-10-25 09:04:27 -06:00
parent 3413a2cf63
commit 5793d84fd5

View File

@ -53,6 +53,25 @@ in
proxyPass = "http://[::1]:8222"; proxyPass = "http://[::1]:8222";
}; };
}; };
"vault.railbird.ai" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://[::1]:8222";
};
};
"dev.railbird.ai" = {
enableACME = true;
forceSSL = true;
listen = [{
addr = "0.0.0.0";
port = 3000;
ssl = true;
}];
locations."/" = {
proxyPass = "http://localhost:3001";
};
};
}; };
}; };