转载于:http://www.tuicool.com/articles/IjMNnq
配置文件:
location /static/css/ {
concat on;
concat_max_files 20;
}
location /static/js/ {
concat on;
concat_max_files 30;
}
地址:
http://example.com/??style1.css,style2.css,foo/style3.css?v=102234