mirror of
https://github.com/nginx/nginx.git
synced 2026-02-03 20:29:27 -05:00
Clarify binding behavior of -t option.
Some checks failed
buildbot / buildbot (push) Has been cancelled
Some checks failed
buildbot / buildbot (push) Has been cancelled
Configuration testing includes binding to configured listen addresses when opening referenced files.
This commit is contained in:
parent
926c800a7a
commit
349c72e858
1 changed files with 3 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\"
|
.\"
|
||||||
.Dd November 5, 2020
|
.Dd January 21, 2026
|
||||||
.Dt NGINX 8
|
.Dt NGINX 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
|
@ -98,7 +98,8 @@ but additionally dump configuration files to standard output.
|
||||||
Do not run, just test the configuration file.
|
Do not run, just test the configuration file.
|
||||||
.Nm
|
.Nm
|
||||||
checks the configuration file syntax and then tries to open files
|
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
|
.It Fl V
|
||||||
Print the
|
Print the
|
||||||
.Nm
|
.Nm
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue