yum install -y gcc-c++``yum install -y pcre pcre-devel``yum install -y zlib zlib-devel``yum install -y openssl openssl-devel
http://nginx.org/download/
##\4. 解凍された nginx のルート ディレクトリに入り、# を設定します# #
cd nginx-1.9.9 ./configure --prefix=/usr/local/nginx
\5. コンパイルしてインストール
make && make install
最初に nginx の設定が正しいかどうかを確認します
./nginx/sbin/nginx -t
cd nginx/sbin ./nginx
nginx process
ps -ef | grep nginx
にアクセスするデフォルトのポートは 80 なので、IP を直接入力してアクセスできます
以上がLinux に nginx をオフラインでインストールする方法の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。