retire staging domains
This commit is contained in:
parent
a0245748fb
commit
90b75837ab
1 changed files with 0 additions and 6 deletions
|
|
@ -15,20 +15,14 @@
|
||||||
nginx = {
|
nginx = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
serverAliases = [ "rabbigerzi.yisroelbaum.com" ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
backend = {
|
backend = {
|
||||||
hostName = "api.rabbigerzi.com";
|
hostName = "api.rabbigerzi.com";
|
||||||
environmentFile = config.sops.secrets."rabbi-gerzi-env".path;
|
environmentFile = config.sops.secrets."rabbi-gerzi-env".path;
|
||||||
corsAllowedOrigins = [
|
|
||||||
"https://rabbigerzi.com"
|
|
||||||
"https://rabbigerzi.yisroelbaum.com"
|
|
||||||
];
|
|
||||||
nginx = {
|
nginx = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
serverAliases = [ "rabbigerziapi.yisroelbaum.com" ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue