Skip to content

Commit 56d3548

Browse files
authored
Add braces to Caddyfile example (#6382)
1 parent 2d335bd commit 56d3548

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guide.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ sudo apt install caddy
139139
1. Replace `/etc/caddy/Caddyfile` using `sudo` so that the file looks like this:
140140

141141
```text
142-
mydomain.com
143-
144-
reverse_proxy 127.0.0.1:8080
142+
mydomain.com {
143+
reverse_proxy 127.0.0.1:8080
144+
}
145145
```
146146

147147
If you want to serve code-server from a sub-path, you can do so as follows:

0 commit comments

Comments
 (0)