zp7412 发表于 2018-11-11 12:33:06

CentOS 7 + Nginx 1.9.4

# tar -zxvf nginx-1.9.4.tar.gz -C /src  
# cd nginx-1.9.4/
  
# ./configure --prefix=/usr/local/nginx --with-http_stub_status_module
  
# make && make install


页: [1]
查看完整版本: CentOS 7 + Nginx 1.9.4