File: nginx.1

package info (click to toggle)
nginx 0.4.13-2%2Betch3
  • links: PTS
  • area: main
  • in suites: etch
  • size: 3,164 kB
  • ctags: 4,656
  • sloc: ansic: 55,817; sh: 164; perl: 86; makefile: 61; asm: 48
file content (47 lines) | stat: -rw-r--r-- 955 bytes parent folder | download | duplicates (3)
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
.br 

.br 
.SH "SYNOPSIS"
\fBnginx\fR [options] <configuration file>
.br 

.br 
.SH "DESCRIPTION"
\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.
.br 

.br 
.SH "OPTIONS"
A summary of options is included below:
.br 

.br 
\fB\-c\fR <configuration file>
Specifies a particular configuration file for nginx to load.
.br 
\fB\-v\fR
Show version of program.
.br 
\fB\-t\fR
Tests nginx configuration
.br 
.br 

.br 
You can find further information about this webserver in http://nginx.net/docs_en.txt.
.br 

.br 
.SH "AUTHORS"
\fBnginx\fR was written by Igor Sysoev.
.br 

.br 
This manual page was written by Jose Parrella <joseparrella@cantv.net>,
for the Debian project (but may be used by others).