loptland: include new domain

This commit is contained in:
Christoph Hollizeck 2026-03-26 10:35:07 +01:00
parent 6819cd0d61
commit 79ff9db5a9
2 changed files with 21 additions and 0 deletions

View file

@ -59,6 +59,22 @@
};
};
"cholli.de" = {
forceSSL = true;
useACMEHost = "cholli.de";
globalRedirect = domainName;
};
"~^(?<subdomain>.+)\\.cholli\\.de$" = {
forceSSL = true;
useACMEHost = "cholli.de";
locations."/" = {
extraConfig = ''
return 301 https://$subdomain.${domainName}$request_uri;
'';
};
};
"_" = {
forceSSL = true;
useACMEHost = domainName;