From ceb8f55a69b1b875665e99b59c8d288fd974f563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E4=B8=8A=E5=B7=9D?= Date: Thu, 19 Jan 2023 10:00:41 +0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```