From edfd7bff969655be11c40ce606213f1d72d2f180 Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Mon, 23 Oct 2023 18:23:29 -0400 Subject: [PATCH] Wildcard subdomains are not valid Caddyfile --- nixos-apps/fancytypist.com.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos-apps/fancytypist.com.nix b/nixos-apps/fancytypist.com.nix index 314d25e..0b81706 100644 --- a/nixos-apps/fancytypist.com.nix +++ b/nixos-apps/fancytypist.com.nix @@ -29,9 +29,9 @@ in ''; }; - "*.fancytypist.ca" = { + "helpme.fancytypist.ca" = { extraConfig = '' - respond "Welcome to subdomain...fancytypist.ca" + respond "Welcome to only other subdomain...helpme!" ''; };