From 2ee1a58bc9f13e74bd75d39074f8d98fd4ddeab6 Mon Sep 17 00:00:00 2001 From: Dennis Date: Wed, 19 Mar 2025 22:01:47 +0100 Subject: [PATCH] Fixes caddy redirect for www. --- hosts/dnsc-vps-sm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dnsc-vps-sm/default.nix b/hosts/dnsc-vps-sm/default.nix index 0b50fa4..04653e0 100644 --- a/hosts/dnsc-vps-sm/default.nix +++ b/hosts/dnsc-vps-sm/default.nix @@ -100,7 +100,7 @@ services.caddy = { enable = true; virtualHosts."www.dnsc.io".extraConfig = '' - redir https://example.com{uri} + redir https://dnsc.io{uri} ''; virtualHosts."dnsc.io".extraConfig = '' encode gzip