FastDFS整合Nginx常见错误
FastDFS和Nginx整合后浏览器400错误
问题详情
[2020-04-14 09:58:47] ERROR - file: ../common/fdfs_global.c, line: 52, the format of filename "group1/M00/00/00/rB-HpV6VFaCAZ4JLAABHwY-HwJ0293_big.jpg" is invalid [2020-04-14 09:58:50] ERROR - file: ../common/fdfs_global.c, line: 52, the format of filename "group1/M00/00/00/rB-HpV6VFaCAZ4JLAABHwY-HwJ0293_big.jpg" is invalid
解决方案
修改 mod_fastdfs.conf 将 url_have_group_name=false 改为 url_have_group_name=true 即可