# 添加fastdfs-nginx-module模块 ./configure --add-module=/usr/local/dfs/fastdfs-nginx-module-1.22/src/ # 编译安装 make && make install
1 2 3 4 5 6 7 8 9 10 11 12 13
# 修改mod_fastdfs.conf配置文件 ##################################### # the base path to store log files base_path=/usr/local/fastdfs/storage/tmp tracker_server=192.168.0.105:22122 # the group name of the local storage server group_name=upload # url 是否包含组名(upload) url_have_group_name = true # the paths must be exist # must same as storage.conf store_path0=/usr/local/fastdfs/storage #####################################