Skip to content

docs: update caddy config example & guide #13964

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update README.md
The configuration that was shown as an example is incorrect. I have updated the information to reflect proper confs.
  • Loading branch information
nanospearing authored Jul 21, 2024
commit 369bc47871133c3645d867c97624ea9eab9bb2d5
12 changes: 6 additions & 6 deletions examples/web-server/caddy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ For production deployments, we recommend configuring Caddy to generate a wildcar
```diff
tls {
- on_demand
issuer acme {
email email@example.com
}
- issuer acme {
- email email@example.com
- }

+ dns route53 {
+ max_retries 10
Expand All @@ -137,9 +137,9 @@ For production deployments, we recommend configuring Caddy to generate a wildcar
```diff
tls {
- on_demand
issuer acme {
email email@example.com
}
- issuer acme {
- email email@example.com
- }

+ dns cloudflare CLOUDFLARE_API_TOKEN
}
Expand Down
Loading