搜诶符合你 发表于 2018-11-16 11:11:07

centos 安装 nginx 1.7

./configure --prefix=/usr/local/webserver/openresty \  
--with-pcre=/home/tanwenhai/Downloads/pcre-8.36 \
  
--with-openssl=/home/tanwenhai/Downloads/openssl-1.0.1j \
  
--with-luajit \
  
--without-http_echo_module \
  
--without-http_gzip_module \
  
--with-http_gzip_static_module \
  
--without-lua_cjson\
  
--without-lua_resty_redis \
  
--without-lua_resty_mysql \
  
--without-http_lua_module \
  
--without-http_redis2_module


页: [1]
查看完整版本: centos 安装 nginx 1.7