Skip to content

Commit 6ae8bfe

Browse files
authored
chore(examples): fix a small typo (#10404)
1 parent 35e7d78 commit 6ae8bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/web-server/nginx/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
```env
88
CODER_HTTP_ADDRESS=127.0.0.1:3000
99
CODER_ACCESS_URL=https://coder.example.com
10-
CODER_WILDCARD_ACCESS_URL=*coder.example.com
10+
CODER_WILDCARD_ACCESS_URL=*.coder.example.com
1111
```
1212

1313
Throughout the guide, be sure to replace `coder.example.com` with the domain you intend to use with Coder.

0 commit comments

Comments
 (0)