diff --git a/host/roam/services.nix b/host/roam/services.nix index a80c5ea..4e327ca 100644 --- a/host/roam/services.nix +++ b/host/roam/services.nix @@ -15,7 +15,7 @@ serverName = "_"; default = true; rejectSSL = true; - locations."/".return = "444"; + locations."/".return = "302 https://hdohmen.de"; }; privateVirtualHosts."roam.lan" = { locations."/" = { };