comparison docs/man/nginx.8 @ 7608:4718a646187a

Update manpage, sort command line options.
author Sergey A. Osokin <osa@FreeBSD.org.ru>
date Mon, 23 Dec 2019 18:56:21 +0300
parents 54b10b289f0f
children f18db38a9826
comparison
equal deleted inserted replaced
7607:d0d6cf5031a3 7608:4718a646187a
1 .\" 1 .\"
2 .\" Copyright (C) 2010 Sergey A. Osokin 2 .\" Copyright (C) 2010, 2019 Sergey A. Osokin
3 .\" Copyright (C) Nginx, Inc. 3 .\" Copyright (C) Nginx, Inc.
4 .\" All rights reserved. 4 .\" All rights reserved.
5 .\" 5 .\"
6 .\" Redistribution and use in source and binary forms, with or without 6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions 7 .\" modification, are permitted provided that the following conditions
23 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 23 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 24 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 .\" SUCH DAMAGE. 25 .\" SUCH DAMAGE.
26 .\" 26 .\"
27 .\" 27 .\"
28 .Dd June 16, 2015 28 .Dd December 5, 2019
29 .Dt NGINX 8 29 .Dt NGINX 8
30 .Os 30 .Os
31 .Sh NAME 31 .Sh NAME
32 .Nm nginx 32 .Nm nginx
33 .Nd "HTTP and reverse proxy server, mail proxy server" 33 .Nd "HTTP and reverse proxy server, mail proxy server"
40 .Op Fl s Ar signal 40 .Op Fl s Ar signal
41 .Sh DESCRIPTION 41 .Sh DESCRIPTION
42 .Nm 42 .Nm
43 (pronounced 43 (pronounced
44 .Dq engine x ) 44 .Dq engine x )
45 is an HTTP and reverse proxy server, as well as a mail proxy server. 45 is an HTTP and reverse proxy server, a mail proxy server, and a generic
46 TCP/UDP proxy server.
46 It is known for its high performance, stability, rich feature set, simple 47 It is known for its high performance, stability, rich feature set, simple
47 configuration, and low resource consumption. 48 configuration, and low resource consumption.
48 .Pp 49 .Pp
49 The options are as follows: 50 The options are as follows:
50 .Bl -tag -width ".Fl d Ar directives" 51 .Bl -tag -width ".Fl d Ar directives"
80 .It Cm reopen 81 .It Cm reopen
81 .Dv SIGUSR1 82 .Dv SIGUSR1
82 .It Cm reload 83 .It Cm reload
83 .Dv SIGHUP 84 .Dv SIGHUP
84 .El 85 .El
85 .It Fl t
86 Do not run, just test the configuration file.
87 .Nm
88 checks the configuration file syntax and then tries to open files
89 referenced in the configuration file.
90 .It Fl T 86 .It Fl T
91 Same as 87 Same as
92 .Fl t , 88 .Fl t ,
93 but additionally dump configuration files to standard output. 89 but additionally dump configuration files to standard output.
90 .It Fl t
91 Do not run, just test the configuration file.
92 .Nm
93 checks the configuration file syntax and then tries to open files
94 referenced in the configuration file.
94 .It Fl V 95 .It Fl V
95 Print the 96 Print the
96 .Nm 97 .Nm
97 version, compiler version, and 98 version, compiler version, and
98 .Pa configure 99 .Pa configure