1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
.TH "nginx" "1" "" "" ""
.SH "NAME"
nginx \- small, but very powerful and efficient web server
.SH "SYNOPSIS"
\fBnginx\fR [\fIoptions\fR] <\fIconfiguration file\fR>
.SH "DESCRIPTION"
.PP
\fBnginx\fR is a server that can be used as standalone HTTP server and as
a reverse proxy server before some Apache or another big server to reduce
load to backend servers by many concurrent HTTP\-sessions.
.SH "OPTIONS"
.TP
A summary of options is included below:
.TP
\fB\-?\fR,\fB\-h\fR
Show this help.
.TP
\fB\-v\fR
Show version and exit.
.TP
\fB\-V\fR
Show version and configure options then exit.
.TP
\fB\-s\fR \fIsignal\fR
Send signal to a master process: stop, quit, reopen, reload.
.TP
\fB\-p\fR \fIprefix\fR
Set prefix path.
.TP
\fB\-g\fR \fIdirectives\fR
Set global directives out of configuration file.
.TP
\fB\-c\fR <\fIconfiguration file\fR>
Specifies a particular configuration file for nginx to load.
.TP
\fB\-t\fR
Tests nginx configuration and exit.
.TP
.SH "SEE ALSO"
Website: <http://nginx.net/>
.TP
.SH "AUTHORS"
\fBnginx\fR was written by Igor Sysoev <igor@sysoev.ru>.
.TP
This manual page was written by Jose Parrella <joseparrella@cantv.net> and
Kartik Mistry <kartik@debian.org>, for the Debian project (but may be used
by others).
|