Mention that non-numeric host is allowed in API call if "dns" is used

This commit is contained in:
Tatsuhiro Tsujikawa 2016-12-11 17:00:33 +09:00
parent 928fda1d70
commit fce9efd341
1 changed files with 3 additions and 3 deletions

View File

@ -543,9 +543,9 @@ connections or requests. It also avoids any process creation as is
the case with hot swapping with signals.
The one limitation is that only numeric IP address is allowd in
:option:`backend <--backend>` in request body while non numeric
hostname is allowed in command-line or configuration file is read
using :option:`--conf`.
:option:`backend <--backend>` in request body unless "dns" parameter
is used while non numeric hostname is allowed in command-line or
configuration file is read using :option:`--conf`.
SEE ALSO
--------