From a533adc81e1ec8962de8caf23b6a8c0a37772489 Mon Sep 17 00:00:00 2001 From: wangxuchao Date: Fri, 27 Dec 2019 02:34:27 +0800 Subject: [PATCH] fix *.conf.sample dir --- Home.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Home.md b/Home.md index b4ee30f..b33f736 100644 --- a/Home.md +++ b/Home.md @@ -34,11 +34,11 @@ git clone https://github.com/happyfish100/fastdfs.git --depth 1 cd fastdfs/ ./make.sh && ./make.sh install #编译安装 #配置文件准备 -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访问使用 +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 /local/src/fastdfs/conf/http.conf /etc/fdfs/ #供nginx访问使用 +cp /local/src/fastdfs/conf/mime.types /etc/fdfs/ #供nginx访问使用 ``` ## 安装fastdfs-nginx-module ```shell