From 2e06647fa4643b5ca9cf5f09c41c44c0e3830ada Mon Sep 17 00:00:00 2001 From: Henri Dohmen Date: Sat, 11 Apr 2026 21:07:23 +0200 Subject: [PATCH] change default nginx redirect --- host/roam/services.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."/" = { };