Clear up some inconsistent / unclear wording
IPv6 enabled/disabled working was confusing or contradicting itself. This updates the wording to what is expected, based on the default values in the table above, and the behaviour that I could find in code.
This commit is contained in:
parent
9ee0b5a795
commit
73c70e28b4
1 changed files with 2 additions and 2 deletions
|
@ -259,11 +259,11 @@ _References:_
|
|||
|
||||
## disable-ipv6
|
||||
|
||||
Disable listening on IPV6. _**default:**_ is disabled
|
||||
Disable listening on IPV6. _**default:**_ `false`; IPv6 listening is enabled
|
||||
|
||||
## disable-ipv6-dns
|
||||
|
||||
Disable IPV6 for nginx DNS resolver. _**default:**_ is disabled
|
||||
Disable IPV6 for nginx DNS resolver. _**default:**_ `false`; IPv6 resolving enabled.
|
||||
|
||||
## enable-underscores-in-headers
|
||||
|
||||
|
|
Loading…
Reference in a new issue