mirror of
https://github.com/caddyserver/website.git
synced 2025-06-15 10:44:44 -04:00
No description
![]() In the DNS Challenge chapter it is said that _This can be used to delegate the _acme-challenge subdomain to another zone_, but it is not explained _how_ you can configure that. So I propose to add a link to the `dns_challenge_override_domain` setting which users need to configure if they wish to resolve the acme_challenge for domain1 through the zone of domain2 |
||
---|---|---|
.github | ||
demo | ||
src | ||
.editorconfig | ||
.gitignore | ||
Caddyfile | ||
README.md |
The Caddy Website
This is the source of the Caddy website, caddyserver.com.
Requirements
- Caddy v2.7.6 or newer (installed in your PATH as
caddy
) - To display the retro hit counter (just for fun), the caddy-hitcounter plugin. Then uncomment the relevant lines in the Caddyfile.
Quick start
git clone https://github.com/caddyserver/website.git
cd website
caddy run
Your first time, you may be prompted for a password. This is so Caddy can serve the site over local HTTPS. If you can't bind to low ports, change the address at the top of the Caddyfile, for example localhost:2015
.
You can then load https://localhost (or whatever address you configured) in your browser.