~ubuntu-branches/ubuntu/quantal/nginx/quantal-updates

« back to all changes in this revision

Viewing changes to man/nginx.8

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry, Kartik Mistry
  • Date: 2011-09-26 10:17:04 UTC
  • mfrom: (4.2.38 sid)
  • Revision ID: package-import@ubuntu.com-20110926101704-x8pxngiujrmkxnn3
Tags: 1.1.4-2
[Kartik Mistry]
* debian/modules:
  + Updated nginx-upload-progress module, Thanks to upstream for fixing issue
    that FTBFS nginx on kFreeBSD-* archs.
  + Updated nginx-lua module to latest upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
.\" SUCH DAMAGE.
25
25
.\"
26
26
.\"
27
 
.Dd November 14, 2010
 
27
.Dd August 10, 2011
28
28
.Dt NGINX 8
29
29
.Os
30
30
.Sh NAME
177
177
.Pa ~/mynginx.conf
178
178
with global directives for PID and quantity of worker processes.
179
179
.Sh SEE ALSO
180
 
.Xr nginx.conf 5
 
180
.\"Xr nginx.conf 5
 
181
.\"Pp
 
182
Documentation at
 
183
.Pa http://nginx.org/
 
184
and
 
185
.Pa http://sysoev.ru/nginx/ .
 
186
.Pp
 
187
For questions and technical support, please refer to
 
188
.Pa http://nginx.org/en/support.html .
181
189
.Sh HISTORY
182
190
Development of
183
191
.Nm
184
192
started in 2002, with the first public release on October 4, 2004.
185
193
.Sh AUTHORS
 
194
.An -nosplit
186
195
.An Igor Sysoev Aq igor@sysoev.ru
187
196
.Pp
188
 
Documentation available on
189
 
.Pa http://nginx.org/
190
 
and
191
 
.Pa http://sysoev.ru/nginx/ .
192
 
.Pp
193
197
This manual page was written by
194
198
.An Sergey A. Osokin Aq osa@FreeBSD.org.ru
195
199
as a result of compilation of many
196
200
.Nm
197
201
documents all over the world.
198
 
.Sh BUGS
199
 
Report to mailing list
200
 
.Aq Li nginx@nginx.org
201
 
if you found one.