🔧 (hydrogen/nginx) change default redirection

This commit is contained in:
Laureηt 2023-10-19 21:01:59 +02:00
parent 3f9d324516
commit 8fe3cdf852
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -22,7 +22,7 @@ in {
}; };
default = { default = {
default = true; default = true;
locations."/".return = ''301 "$scheme://fainsin.bzh" ''; locations."/".return = ''301 "$scheme://laurent.fainsin.bzh" '';
}; };
}; };
} }