您的位置:首页 > 运维架构 > Nginx

nginx安装第三方模块echo-nginx-module

2013-09-25 17:17 691 查看
cd ~

wget -S https://github.com/agentzh/echo-nginx-module/archive/master.zip 
mv master echo-nginx-module-master.zip

unzip echo-nginx-module-master.zip

cd ..

cd nginx-1.4.2
./configure --prefix=/usr/local/nginx --with-http_ssl_module --with-http_gzip_static_module --user=www --group=www --add-module=/root/echo-nginx-module-master

make

make -j2

make install
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐