首页 > 代码库 > [linux] FastDFS访问文件,400 Bad Request

[linux] FastDFS访问文件,400 Bad Request

 linux 安装nginx,FastDFS后,启动访问指定文件出错, 文件名称格式化错误.

技术分享

解决办法:

vi /etc/fdfs/mod_fastdfs.conf

url_have_group_name=false

改为

url_have_group_name=true  

[linux] FastDFS访问文件,400 Bad Request