1
1
Fork 0

Wildcard subdomains are not valid Caddyfile

main
Bill Ewanick 2023-10-23 18:23:29 -04:00
parent 05da3c784a
commit edfd7bff96
1 changed files with 2 additions and 2 deletions

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!"
''; '';
}; };