mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 04:26:16 -04:00
docs: Correct IPv6 syntax in bind directive (#227)
This commit is contained in:
parent
eaf0aae816
commit
2335afaee0
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ bind 127.0.0.1
|
||||||
To include IPv6:
|
To include IPv6:
|
||||||
|
|
||||||
```caddy-d
|
```caddy-d
|
||||||
bind 127.0.0.1 ::1
|
bind 127.0.0.1 [::1]
|
||||||
```
|
```
|
||||||
|
|
||||||
To bind to a Unix domain socket at `/run/caddy`:
|
To bind to a Unix domain socket at `/run/caddy`:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue