Lines 1-15
Link Here
|
1 |
Before you can start using this module; |
|
|
2 |
- Make sure you have configured client.conf to point to your FastDFS cluster |
3 |
and that you see the cluster with fdfs_monitor |
4 |
- Add this to your php.ini file |
5 |
================================================================== |
6 |
fastdfs_client.base_path = /var/tmp |
7 |
fastdfs_client.connect_timeout = 2 |
8 |
fastdfs_client.network_timeout = 60 |
9 |
fastdfs_client.log_level = info |
10 |
fastdfs_client.log_filename = |
11 |
fastdfs_client.http.anti_steal_secret_key = |
12 |
fastdfs_client.tracker_group_count = 1 |
13 |
fastdfs_client.tracker_group0 = /usr/local/etc/fdfs/client.conf |
14 |
fastdfs_client.use_connection_pool = false |
15 |
fastdfs_client.connection_pool_max_idle_time = 3600 |