fastdfs-nginx
An open source lightweight distributed file system developed by C language that integrates nginx
FastDFS is an open source lightweight distributed file system developed in C language. It manages files. Its main functions are: file storage, file synchronization, file access (file upload/download), etc. It is especially suitable for online services using files as carriers, such as photo websites, video websites, etc. FastDFS is a personal project done by Ali Yuqing. Since it was developed and open source in 2008, it has been highly respected among some Internet startups. GitHub open source address: github.com/happyfish100/fastdfs After booting, enter the lazy cat IP address in the wizard The service includes a Tracker Server and a Storage Server If you want to test, you can use FastDFS's Client test or lzc-cli test: lzc-cli docker exec -it whitelazycatappfastdfs-nginx-storage-1 /bin/bash date > /tmp/test.html fdfs_upload_file /etc/fdfs/client.conf /tmp/test.html Appears similar to group1/M00/00/00/rBMAA2RJ5XaAby7aAAAAHZb6r-461.html Can be accessed using curl xxx.xxx.xxx.xxx:8080/group1/M00/00/00/rBMAA2RJ5XaAby7aAAAAHZb6r-461.html #External use a browser to open xxx.xxx.xxx.xxx:8080/group1/M00/00/00/rBMAA2RJ5XaAby7aAAAAHZb6r-461.html


