comparison docs/man/nginx.8 @ 4347:4d45c138e3df stable-1.0

Merge of r4001, r4002, r4008: Manpage changes: *) Support link. *) Commented out reference to non-existing nginx.conf(5). *) Rebuild manpage only if needed.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 13 Dec 2011 18:07:52 +0000
parents 8baa96142289
children 4919fb357a5d
comparison
equal deleted inserted replaced
4346:dc7549aa8556 4347:4d45c138e3df
22 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 .\" SUCH DAMAGE. 24 .\" SUCH DAMAGE.
25 .\" 25 .\"
26 .\" 26 .\"
27 .Dd November 14, 2010 27 .Dd August 10, 2011
28 .Dt NGINX 8 28 .Dt NGINX 8
29 .Os 29 .Os
30 .Sh NAME 30 .Sh NAME
31 .Nm nginx 31 .Nm nginx
32 .Nd "HTTP and reverse proxy server, mail proxy server" 32 .Nd "HTTP and reverse proxy server, mail proxy server"
175 .Ed 175 .Ed
176 Test configuration file 176 Test configuration file
177 .Pa ~/mynginx.conf 177 .Pa ~/mynginx.conf
178 with global directives for PID and quantity of worker processes. 178 with global directives for PID and quantity of worker processes.
179 .Sh SEE ALSO 179 .Sh SEE ALSO
180 .Xr nginx.conf 5 180 .\"Xr nginx.conf 5
181 .Sh HISTORY 181 .\"Pp
182 Development of 182 Documentation at
183 .Nm
184 started in 2002, with the first public release on October 4, 2004.
185 .Sh AUTHORS
186 .An Igor Sysoev Aq igor@sysoev.ru
187 .Pp
188 Documentation available on
189 .Pa http://nginx.org/ 183 .Pa http://nginx.org/
190 and 184 and
191 .Pa http://sysoev.ru/nginx/ . 185 .Pa http://sysoev.ru/nginx/ .
192 .Pp 186 .Pp
187 For questions and technical support, please refer to
188 .Pa http://nginx.org/en/support.html .
189 .Sh HISTORY
190 Development of
191 .Nm
192 started in 2002, with the first public release on October 4, 2004.
193 .Sh AUTHORS
194 .An -nosplit
195 .An Igor Sysoev Aq igor@sysoev.ru
196 .Pp
193 This manual page was written by 197 This manual page was written by
194 .An Sergey A. Osokin Aq osa@FreeBSD.org.ru 198 .An Sergey A. Osokin Aq osa@FreeBSD.org.ru
195 as a result of compilation of many 199 as a result of compilation of many
196 .Nm 200 .Nm
197 documents all over the world. 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.