[NixOS] Use railbird.ai domains

This commit is contained in:
2023-11-16 01:59:31 -07:00
parent 9ef921556e
commit 7e651ec58c
3 changed files with 8 additions and 16 deletions

View File

@@ -46,22 +46,11 @@ in
recommendedGzipSettings = true;
recommendedTlsSettings = true;
virtualHosts = {
"1896Folsom.duckdns.org" = {
# enableACME = true;
# forceSSL = true;
locations."/" = {
proxyPass = "http://[::1]:8222";
};
};
"dev.railbird.ai" = {
"vaultwarden.railbird.ai" = {
enableACME = true;
forceSSL = true;
listen = [{
addr = "0.0.0.0";
ssl = true;
}];
locations."/" = {
proxyPass = "http://localhost:3001";
proxyPass = "http://[::1]:8222";
};
};
};