My website www.1stg.me
is powered by GitHub Pages with HTTPS support, so I want to redirect all 1stg.me
requests including https://1stg.me
to https://www.1stg.me
.My Caddyfile is as following:
1stg.me {
redir https://www.1stg.me{uri}
}
like Redirect from www.domain.com to domain.com - #2 by matt
However, when I restart caddy server, there are errors from Let’s Encrypt about rate limits. How to make it working?