FASTDFS的安装与使用

(1)总体安装指导

https://yq.aliyun.com/articles/138490?spm=5176.10695662.1996646101.searchclickresult.20ab452cuuoWJS

(2)其中编译有问题

https://blog.csdn.net/zzzgd_666/article/details/81911892

(3)其中版本又有问题

https://blog.csdn.net/hohoo1990/article/details/51444793

我们将fastdfs-nginx-module-Mar 这个月分提交的下载下来

 

 

最后的运行:

 

/usr/bin/fdfs_trackerd /etc/fdfs/tracker.conf start
/usr/bin/fdfs_storaged /etc/fdfs/storage.conf start

 nginx:

/usr/local/openresty/nginx/sbin/nginx

测试访问 ,类似:

curl http://192.168.1.36/M00/00/00/wKgC1FU7ZxGAF19vAAAADcvBslg01_big.html

没有group.

参考:

(1)原理说的比较清楚的

https://baijiahao.baidu.com/s?id=1588881983988039766&wfr=spider&for=pc

(2)集群配置

https://www.cnblogs.com/cpy-devops/p/6105845.html

你可能感兴趣的:(服务容器)