nginx的说明及安装

2017-04-23  本文已影响8人  肖金光xjg

[TOC]

nginx 的特点

nginx基本功能

nginx的程序架构

nginx模块类型

核心模块:core module
标准模块:

第三方模块:

tengine源码安装

./configure --prefix=/usr/local/nginx \
--user=www --group=www \
--with-http_stub_status_module \
--with-http_v2_module \
--with-http_ssl_module \
--with-ipv6 --with-http_gzip_static_module \
--with-http_realip_module \
--with-http_flv_module --with-http_mp4_module \
--with-http_concat_module=shared --with-http_sysguard_module=shared \
--with-http_sub_module \
--with-pcre --with-pcre-jit
make && make install
上一篇下一篇

猜你喜欢

热点阅读