在合并多个文件的容错
wchaowu opened this issue · 4 comments
wchaowu commented
在合并多个文件当其中一个js或css找不到的时候,不要提示404,可以忽略
dinic commented
增加配置 concat_ignore_file_error on; 可以忽略404和403错误
Froguard commented
@dinic 求教
nginx: [emerg] unknown directive "concat_ignore_file_error" in .//conf/nginx.conf:22
是编译不对吗,不加这个属性,都是正常的,合并什么的也都正常
liyanlong commented
nginx 版本 1.2.9, 在配置 concat_ignore_file_error
也出现异常。
[emerg] unknown directive "concat_ignore_file_error"
yongxinzhang18810492456 commented
nginx 版本 1.2.9, 在配置
concat_ignore_file_error
也出现异常。[emerg] unknown directive "concat_ignore_file_error"
how deal?