1
0
Fork 0

Add redirect from www. to bula22.de

This commit is contained in:
clerie 2022-08-14 12:25:13 +02:00
parent ebc6771a5c
commit 3f3fb0fc19
1 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,13 @@
{
services.nginx.virtualHosts = {
"www.bula22.de" = {
enableACME = true;
forceSSL = true;
locations."/" = {
return = "301 https://bula22.de$request_uri";
};
};
"bula22.de" = {
enableACME = true;
forceSSL = true;