文章目录
CentOS 7 下 NGINX 增加 nginx-module-vts 模块
编译依赖安装
[root@lsr ~]# yum -y isntall zlib zlib-devel pcre pcre-devel openssl openssl-devel
nginx 下载
[root@lsr soft]# wget http://nginx.org/download/nginx-1.18.0.tar.gz
nginx-module-vts 下载
[root@lsr soft]# git clone git://github.com/vozlt/nginx-module-vts.git
解压 nginx
[root@lsr soft]# tar zxf nginx-1.18.0.tar.gz
预编译
[root@lsr nginx-1.18.0]