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

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