docs: Correct IPv6 syntax in bind directive (#227)

This commit is contained in:
Patrycja 2022-04-26 03:58:27 +02:00 committed by GitHub
parent eaf0aae816
commit 2335afaee0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`: