Subdomains
Closed this issue · 0 comments
vintagesucks commented
Using a subdomain with caddy-script (e.g. test.example.com
) results in the following Caddyfile
redirect, which is breaking certificate obtaining:
www.test.example.com {
redir https://test.example.com{uri}
}