comparison docs/man/nginx.8 @ 4525:3ac1c784be40

Mentioned the NGINX environment variable.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 12 Mar 2012 12:29:56 +0000
parents 731c71ef051b
children 2552afcb74d3
comparison
equal deleted inserted replaced
4524:42cc5170190f 4525:3ac1c784be40
150 .Bd -literal -offset indent 150 .Bd -literal -offset indent
151 events { 151 events {
152 debug_connection 127.0.0.1; 152 debug_connection 127.0.0.1;
153 } 153 }
154 .Ed 154 .Ed
155 .Sh ENVIRONMENT
156 The
157 .Ev NGINX
158 environment variable is used internally by
159 .Nm
160 and should not be set directly by the user.
155 .Sh FILES 161 .Sh FILES
156 .Bl -tag -width indent 162 .Bl -tag -width indent
157 .It Pa %%PID_PATH%% 163 .It Pa %%PID_PATH%%
158 Contains the process ID of 164 Contains the process ID of
159 .Nm . 165 .Nm .
187 started in 2002, with the first public release on October 4, 2004. 193 started in 2002, with the first public release on October 4, 2004.
188 .Sh AUTHORS 194 .Sh AUTHORS
189 .An -nosplit 195 .An -nosplit
190 .An Igor Sysoev Aq igor@sysoev.ru . 196 .An Igor Sysoev Aq igor@sysoev.ru .
191 .Pp 197 .Pp
192 This manual page was written by 198 This manual page was originally written by
193 .An Sergey A. Osokin Aq osa@FreeBSD.org.ru 199 .An Sergey A. Osokin Aq osa@FreeBSD.org.ru
194 as a result of compiling many 200 as a result of compiling many
195 .Nm 201 .Nm
196 documents from all over the world. 202 documents from all over the world.