change default nginx redirect

This commit is contained in:
Henri Dohmen 2026-04-11 21:07:23 +02:00
parent 7d04597408
commit 2e06647fa4
Signed by: hd
GPG key ID: CECE85C316C78D5F

View file

@ -15,7 +15,7 @@
serverName = "_"; serverName = "_";
default = true; default = true;
rejectSSL = true; rejectSSL = true;
locations."/".return = "444"; locations."/".return = "302 https://hdohmen.de";
}; };
privateVirtualHosts."roam.lan" = { privateVirtualHosts."roam.lan" = {
locations."/" = { }; locations."/" = { };