Reduce websites duplication #52

Merged
sb10q merged 1 commits from esavkin/it-infra:canonical-urls into master 2024-12-04 21:20:18 +08:00

View File

@ -1044,9 +1044,17 @@ in
};
in {
"m-labs.hk" = mainWebsite;
"www.m-labs.hk" = mainWebsite;
"www.m-labs.hk" = {
addSSL = true;
enableACME = true;
globalRedirect = "m-labs.hk";
};
"m-labs.ph" = mainWebsite;
"www.m-labs.ph" = mainWebsite;
"www.m-labs.ph" = {
addSSL = true;
enableACME = true;
globalRedirect = "m-labs.ph";
};
"nixbld.m-labs.hk" = {
forceSSL = true;
enableACME = true;
@ -1193,7 +1201,7 @@ in
"www.193thz.com" = {
addSSL = true;
enableACME = true;
root = "/var/www/193thz";
globalRedirect = "193thz.com";
};
"nmigen.net" = {
addSSL = true;
@ -1203,7 +1211,7 @@ in
"www.nmigen.net" = {
addSSL = true;
enableACME = true;
root = "${hydraWwwOutputs}/nmigen-docs";
globalRedirect = "nmigen.net";
};
};
};