diff options
author | Sergey A. Osokin <osa@FreeBSD.org.ru> | 2019-12-23 18:56:21 +0300 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org.ru> | 2019-12-23 18:56:21 +0300 |
commit | d97ccc831a6f4812cb9f086cbcdfdfdcae24f5df (patch) | |
tree | fe90ffc4e1a43dbeda2ecd7cae11f3bef5bd42ab /docs/man/nginx.8 | |
parent | c1be55f97211d38b69ac0c2027e6812ab8b1b94e (diff) | |
download | nginx-d97ccc831a6f4812cb9f086cbcdfdfdcae24f5df.tar.gz nginx-d97ccc831a6f4812cb9f086cbcdfdfdcae24f5df.zip |
Update manpage, sort command line options.
Diffstat (limited to 'docs/man/nginx.8')
-rw-r--r-- | docs/man/nginx.8 | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/man/nginx.8 b/docs/man/nginx.8 index 1f4dc893b..573d935e6 100644 --- a/docs/man/nginx.8 +++ b/docs/man/nginx.8 @@ -1,5 +1,5 @@ .\" -.\" Copyright (C) 2010 Sergey A. Osokin +.\" Copyright (C) 2010, 2019 Sergey A. Osokin .\" Copyright (C) Nginx, Inc. .\" All rights reserved. .\" @@ -25,7 +25,7 @@ .\" SUCH DAMAGE. .\" .\" -.Dd June 16, 2015 +.Dd December 5, 2019 .Dt NGINX 8 .Os .Sh NAME @@ -42,7 +42,8 @@ .Nm (pronounced .Dq engine x ) -is an HTTP and reverse proxy server, as well as a mail proxy server. +is an HTTP and reverse proxy server, a mail proxy server, and a generic +TCP/UDP proxy server. It is known for its high performance, stability, rich feature set, simple configuration, and low resource consumption. .Pp @@ -82,15 +83,15 @@ The following table shows the corresponding system signals: .It Cm reload .Dv SIGHUP .El +.It Fl T +Same as +.Fl t , +but additionally dump configuration files to standard output. .It Fl t 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. -.It Fl T -Same as -.Fl t , -but additionally dump configuration files to standard output. .It Fl V Print the .Nm |