diff options
| author | Luboš Uhliarik <luhliari@redhat.com> | 2026-01-20 19:27:05 +0100 |
|---|---|---|
| committer | Sergey Kandaurov <s.kandaurov@f5.com> | 2026-01-26 13:57:41 +0400 |
| commit | 349c72e8588c9b6f36f69b7789b3c7aac7a1bbdc (patch) | |
| tree | d579b03feb70a7c3d0fc2e85534a0c505351ffa0 | |
| parent | 926c800a7a5ac7dfc9dd1d8a98ebf5833fe3b672 (diff) | |
| download | nginx-349c72e8588c9b6f36f69b7789b3c7aac7a1bbdc.tar.gz nginx-349c72e8588c9b6f36f69b7789b3c7aac7a1bbdc.tar.bz2 | |
Clarify binding behavior of -t option.
Configuration testing includes binding to configured listen addresses
when opening referenced files.
| -rw-r--r-- | docs/man/nginx.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/man/nginx.8 b/docs/man/nginx.8 index 10db3e6cb..64d9ae76c 100644 --- a/docs/man/nginx.8 +++ b/docs/man/nginx.8 @@ -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 |
