科技常识:Ubuntu下nginx编译安装参数配置

2021-04-24 09:45:20
导读今天小编跟大家讲解下有关科技常识:Ubuntu下nginx编译安装参数配置,相信小伙伴们对这个话题应该也很关注吧,小编也收集到了有关科技常识

今天小编跟大家讲解下有关科技常识:Ubuntu下nginx编译安装参数配置,相信小伙伴们对这个话题应该也很关注吧,小编也收集到了有关科技常识:Ubuntu下nginx编译安装参数配置的相关资料,希望小伙伴会喜欢也能够帮助大家。

安装依赖库:

sudo apt-get install libgd2-xpmsudo apt-get install libgd2-xpm-devsudo apt-get install libgeoip-devsudo apt-get install libpcre3sudo apt-get install libpcre3-devsudo apt-get install libssl-devsudo apt-get install opensslsudo apt-get install libxslt-dev

编译配置:

./configure \--prefix=/data/service/nginx \--sbin-path=/data/service/nginx/sbin/nginx \--conf-path=/data/service/nginx/conf/nginx.conf \--pid-path=/data/service/nginx/logs/nginx.pid \--lock-path=/data/service/nginx/lock/nginx.lock \--error-log-path=/data/service/nginx/logs/error.log \--http-log-path=/data/service/nginx/logs/access.log \--http-scgi-temp-path=/data/service/nginx/scgi \--http-uwsgi-temp-path=/data/service/nginx/uwsgi \--http-proxy-temp-path=/data/service/nginx/proxy \--http-fastcgi-temp-path=/data/service/nginx/fastcig \--http-client-body-temp-path=/data/service/nginx/body \--user=www-data \--group=www-data \--with-ipv6 \--with-debug \--with-file-aio \--with-rtsig_module \--with-http_ssl_module \--with-http_flv_module \--with-http_mp4_module \--with-http_sub_module \--with-http_dav_module \--with-http_xslt_module \--with-http_geoip_module \--with-http_realip_module \--with-http_addition_module \--with-http_gzip_static_module \--with-http_secure_link_module \--with-http_degradation_module \--with-http_stub_status_module \--with-http_random_index_module \--with-http_image_filter_module

编译安装:

make && make install

来源:爱蒂网

免责声明:本文由用户上传,如有侵权请联系删除!

猜你喜欢

最新文章