nginx增加nginx_http_concat模块
nginx 1.7版
nginx -v 结果如下:
--user=www --group=www --prefix=/data/apps/nginx --with-http_stub_status_module --with-http_ssl_module --with-pcre=/data/software/pcre-8.35 --with-http_realip_module --with-http_image_filter_module --add-module=/data/apps/nginx_concat_module
nginx.conf
location / {
concat on;
concat_max_files 30;
#concat_unique on;
#concat_types text/html,application/x-javascript,text/css;
}
不知道为什么文件合并不生效,都查了一天的资料了,急急中,请高手解决一下