From 77a324fa4672987a1fde5a8d8339ed86b97757e1 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 10 Dec 2016 17:24:15 +0900 Subject: [PATCH] nghttpx: Backend API call allows non-numeric host with dns parameter --- doc/nghttpx.1.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/nghttpx.1.rst b/doc/nghttpx.1.rst index 6e9b4c2f..eba52dfe 100644 --- a/doc/nghttpx.1.rst +++ b/doc/nghttpx.1.rst @@ -1767,10 +1767,10 @@ The replacement is done instantly without breaking existing 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`. +The one limitation is that only numeric IP address is allowed in +:option:`backend <--backend>` in request body unless "dns" parameter +is missing while non numeric hostname is allowed in command-line or +configuration file is read using :option:`--conf`. SEE ALSO --------