Updated Home (markdown)
parent
4efffb6ca4
commit
ceb8f55a69
2
Home.md
2
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/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
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue