diff --git a/Home.md b/Home.md index 2d80add..88f4069 100644 --- a/Home.md +++ b/Home.md @@ -74,10 +74,10 @@ cd fastdfs/ #配置文件准备 cp /usr/local/src/fastdfs/conf/http.conf /etc/fdfs/ #供nginx访问使用 cp /usr/local/src/fastdfs/conf/mime.types /etc/fdfs/ #供nginx访问使用 +cd ../ #返回上一级目录 ``` ## 安装fastdfs-nginx-module ```shell -cd ../ #返回上一级目录 git clone https://github.com/happyfish100/fastdfs-nginx-module.git --depth 1 cp /usr/local/src/fastdfs-nginx-module/src/mod_fastdfs.conf /etc/fdfs ```