Wildcard subdomains are not valid Caddyfile

This commit is contained in:
Bill Ewanick 2023-10-23 18:23:29 -04:00
parent 05da3c784a
commit edfd7bff96

View file

@ -29,9 +29,9 @@ in
''; '';
}; };
"*.fancytypist.ca" = { "helpme.fancytypist.ca" = {
extraConfig = '' extraConfig = ''
respond "Welcome to subdomain...fancytypist.ca" respond "Welcome to only other subdomain...helpme!"
''; '';
}; };