From f2ce69c9ec514e236b181be8ab038c4e4693ad56 Mon Sep 17 00:00:00 2001 From: Muxin <512348363@qq.com> Date: Fri, 18 Oct 2019 16:54:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E9=85=8D=E7=BD=AE=E7=9A=84?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Home.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index 5a764f0..b4ee30f 100644 --- a/Home.md +++ b/Home.md @@ -34,9 +34,9 @@ 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/etc/fdfs/tracker.conf.sample /etc/fdfs/tracker.conf +cp /usr/etc/fdfs/storage.conf.sample /etc/fdfs/storage.conf +cp /usr/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访问使用 ```