更改配置的位置
parent
28ece4b7d6
commit
f2ce69c9ec
6
Home.md
6
Home.md
|
|
@ -34,9 +34,9 @@ git clone https://github.com/happyfish100/fastdfs.git --depth 1
|
|||
cd fastdfs/
|
||||
./make.sh && ./make.sh install #编译安装
|
||||
#配置文件准备
|
||||
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 /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访问使用
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue