You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/web-server/caddy/README.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ This is an example configuration of how to use Coder with [caddy](https://caddys
50
50
-`coder.example.com`: Domain name you're using for Coder.
51
51
-`*.coder.example.com`: Domain name for wildcard apps, commonly used for[dashboard port forwarding](https://coder.com/docs/coder-oss/latest/networking/port-forwarding#dashboard). This is optional and can be removed.
52
52
-`localhost:3000`: Address Coder is running on. Modify this if you changed`CODER_HTTP_ADDRESS` in the Coder configuration.
53
+
-_DO NOT CHANGE the`ask http://example.com` line! Doing so will result in your certs potentially not being generated._
53
54
54
55
4.[Configure Coder](https://coder.com/docs/coder-oss/latest/admin/configure) and change the following values:
55
56
@@ -111,9 +112,9 @@ For production deployments, we recommend configuring Caddy to generate a wildcar
111
112
```diff
112
113
tls {
113
114
- on_demand
114
-
issuer acme {
115
-
email email@example.com
116
-
}
115
+
- issuer acme {
116
+
- email email@example.com
117
+
- }
117
118
118
119
+ dns route53 {
119
120
+ max_retries 10
@@ -137,9 +138,9 @@ For production deployments, we recommend configuring Caddy to generate a wildcar