本文共 359 字,大约阅读时间需要 1 分钟。
1:先装基本的支持库文件 yum install wget yum install pcreyum install yum install openssl* | openssl openssl-devel2 创建web用户: /usr/sbin/groupadd www /usr/sbin/useradd -g www www ./configure --prefix=/usr/local/nginx --user=www --group=www --with-http_ssl_module --with-pcre --with-http_image_filter_module make make install 转载于:https://my.oschina.net/itxti/blog/195466