retire staging domains

This commit is contained in:
Yisroel Baum 2026-08-18 09:58:08 +03:00
parent a0245748fb
commit 90b75837ab
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -15,20 +15,14 @@
nginx = {
forceSSL = true;
enableACME = true;
serverAliases = [ "rabbigerzi.yisroelbaum.com" ];
};
};
backend = {
hostName = "api.rabbigerzi.com";
environmentFile = config.sops.secrets."rabbi-gerzi-env".path;
corsAllowedOrigins = [
"https://rabbigerzi.com"
"https://rabbigerzi.yisroelbaum.com"
];
nginx = {
forceSSL = true;
enableACME = true;
serverAliases = [ "rabbigerziapi.yisroelbaum.com" ];
};
};
};