Skip to content

Commit 369bc47

Browse files
authored
Update README.md
The configuration that was shown as an example is incorrect. I have updated the information to reflect proper confs.
1 parent 88d2dbd commit 369bc47

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/web-server/caddy/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ For production deployments, we recommend configuring Caddy to generate a wildcar
111111
```diff
112112
tls {
113113
- on_demand
114-
issuer acme {
115-
email email@example.com
116-
}
114+
- issuer acme {
115+
- email email@example.com
116+
- }
117117

118118
+ dns route53 {
119119
+ max_retries 10
@@ -137,9 +137,9 @@ For production deployments, we recommend configuring Caddy to generate a wildcar
137137
```diff
138138
tls {
139139
- on_demand
140-
issuer acme {
141-
email email@example.com
142-
}
140+
- issuer acme {
141+
- email email@example.com
142+
- }
143143

144144
+ dns cloudflare CLOUDFLARE_API_TOKEN
145145
}

0 commit comments

Comments
 (0)