From 3808a37fa9877fcfdc9a33ddf52c5a40190ea43c Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Tue, 25 Oct 2022 21:05:08 +0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/Home.md b/Home.md index 7015d1b..b9f9855 100644 --- a/Home.md +++ b/Home.md @@ -47,9 +47,6 @@ git clone https://github.com/happyfish100/fastdfs.git --depth 1 cd fastdfs/ ./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/mime.types /etc/fdfs/ #供nginx访问使用 ```