• 欢迎访问春风博客

Centos7 编译Nginx

运维笔记 xiaogang 7年前 (2017-10-06) 1516次浏览 0个评论

我的Nginx编译代码

--conf-path=/data/apps/conf/nginx/nginx.conf \
--error-log-path=/data/apps/log/nginx/error.log \
--http-log-path=/data/apps/log/nginx/access.log \
--http-client-body-temp-path=/data/apps/temp/nginx/client/ \
--http-proxy-temp-path=/data/apps/temp/nginx/proxy/ \
--http-fastcgi-temp-path=/data/apps/temp/nginx/fcgi/ \
--http-uwsgi-temp-path=/data/apps/temp/nginx/uwsgi/ \
--http-scgi-temp-path=/data/apps/temp/nginx/scgi/ \
--group=www \
--prefix=/data/apps/nginx \
--with-http_ssl_module \
--with-http_mp4_module \
--with-http_flv_module \
--with-http_realip_module \
--with-http_image_filter_module \
--with-http_sub_module \
--with-http_gzip_static_module \
--with-pcre=/root/pcre-8.41 \
--with-zlib=/root/zlib-1.2.11 \
--with-openssl=/root/openssl-1.1.0f

ChunBlog.Com , 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:Centos7 编译Nginx
喜欢 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址