]> git.kaiwu.me - nginx.git/commitdiff
Clarify binding behavior of -t option.
authorLuboš Uhliarik <luhliari@redhat.com>
Tue, 20 Jan 2026 18:27:05 +0000 (19:27 +0100)
committerSergey Kandaurov <s.kandaurov@f5.com>
Mon, 26 Jan 2026 09:57:41 +0000 (13:57 +0400)
Configuration testing includes binding to configured listen addresses
when opening referenced files.

docs/man/nginx.8

index 10db3e6cb42c1eba28af812b417f24e000a88af1..64d9ae76c2450450a1b5176b145260bf6f1a2808 100644 (file)
@@ -25,7 +25,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"
-.Dd November 5, 2020
+.Dd January 21, 2026
 .Dt NGINX 8
 .Os
 .Sh NAME
@@ -98,7 +98,8 @@ but additionally dump configuration files to standard output.
 Do not run, just test the configuration file.
 .Nm
 checks the configuration file syntax and then tries to open files
-referenced in the configuration file.
+referenced in the configuration file, including binding to configured
+listen addresses.
 .It Fl V
 Print the
 .Nm