Updated Home (markdown)

master
最上川 2023-01-19 10:00:41 +08:00
parent 4efffb6ca4
commit ceb8f55a69
1 changed files with 1 additions and 1 deletions

@ -74,10 +74,10 @@ cd fastdfs/
#配置文件准备 #配置文件准备
cp /usr/local/src/fastdfs/conf/http.conf /etc/fdfs/ #供nginx访问使用 cp /usr/local/src/fastdfs/conf/http.conf /etc/fdfs/ #供nginx访问使用
cp /usr/local/src/fastdfs/conf/mime.types /etc/fdfs/ #供nginx访问使用 cp /usr/local/src/fastdfs/conf/mime.types /etc/fdfs/ #供nginx访问使用
cd ../ #返回上一级目录
``` ```
## 安装fastdfs-nginx-module ## 安装fastdfs-nginx-module
```shell ```shell
cd ../ #返回上一级目录
git clone https://github.com/happyfish100/fastdfs-nginx-module.git --depth 1 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 cp /usr/local/src/fastdfs-nginx-module/src/mod_fastdfs.conf /etc/fdfs
``` ```