Nginx 图片剪裁模块 image_filter 没有返回值。
- 0次
- 2021-05-20 20:23:16
- idczone
location ~ .*.(gif|jpg|jpeg|png|bmp)!info$ {
alias /HOM大带宽服务器E/img10/;
image_filter size;
access_log off;
}
返回的是{},有朋友试到过吗?
location 改用 /uri/这种路径匹配,不过有些图片会返回 415,看 error log 是 image filter: too big response: xxxx while sending response to client,小一点的图片则正常,不确定是否是图片大小引起的。。。