linux下ngnix的安装

  1. 从http://nginx.org/download/  如今稳定版本 Stable version
  2. 解压 tar -zxvf nginx-1.5.9.tar.gz 
  3. 配置 ./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module
  4. make   编译 make install 安装

相关依赖nginx

yum -y install pcre-develcode

yum -y install openssl openssl-develssl

相关文章
相关标签/搜索