Updated Home (markdown)

master
YuQing 2022-10-25 21:05:08 +08:00
parent d34dac81c9
commit 3808a37fa9
1 changed files with 0 additions and 3 deletions

@ -47,9 +47,6 @@ git clone https://github.com/happyfish100/fastdfs.git --depth 1
cd fastdfs/ cd fastdfs/
./make.sh && ./make.sh install #编译安装 ./make.sh && ./make.sh install #编译安装
#配置文件准备 #配置文件准备
cp /etc/fdfs/tracker.conf.sample /etc/fdfs/tracker.conf
cp /etc/fdfs/storage.conf.sample /etc/fdfs/storage.conf
cp /etc/fdfs/client.conf.sample /etc/fdfs/client.conf #客户端文件,测试用
cp /usr/local/src/fastdfs/conf/http.conf /etc/fdfs/ #供nginx访问使用 cp /usr/local/src/fastdfs/conf/http.conf /etc/fdfs/ #供nginx访问使用
cp /usr/local/src/fastdfs/conf/mime.types /etc/fdfs/ #供nginx访问使用 cp /usr/local/src/fastdfs/conf/mime.types /etc/fdfs/ #供nginx访问使用
``` ```