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
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:nginx安装第三方模块echo-nginx-module - Python技术站