续我的博文:https://mp.csdn.net/postedit/89478072。即nginx-1.14-2已经编译安装完成
[root@server1 ~]# cd nginx-1.14.2/man/
[root@server1 man]# ls
nginx.8
[root@server1 man]# man ./nginx.8 #敲击空格,查看nginx服务的帮助文档
NGINX(8) BSD System Manager's Manual NGINX(8)
NAME
nginx — HTTP and reverse proxy server, mail proxy server
SYNOPSIS
nginx [-?hqTtVv] [-c file] [-g directives] [-p prefix] [-s signal]
DESCRIPTION
nginx (pronounced “engine x”) is an HTTP and reverse proxy server, as well as a
mail proxy server. It is known for its high performance, stability, rich fea‐
ture set, simple configuration, and low resource consumption.
The options are as follows:
-?, -h Print help.
...