many changes
This commit is contained in:
@@ -7,4 +7,20 @@
|
||||
];
|
||||
phpPackage = pkgs.php83;
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."www.lena-schilling.at" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
acmeRoot = "/var/lib/acme/acme-challenge";
|
||||
locations."/" = {
|
||||
return = "301 https://lena-schilling.at$request_uri";
|
||||
};
|
||||
serverAliases = [
|
||||
"lena-schilling.com"
|
||||
"lena-schilling.eu"
|
||||
"lenaschilling.at"
|
||||
"lenaschilling.com"
|
||||
"lenaschilling.eu"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user