sunbird 发表于 2018-11-11 07:44:19

Nginx 配置 fastdfs-nginx-module 模块

开启上传  

  
#cd /etc/fdfs/
  
#cp client.conf.sample client.conf
  
......
  
# the base path to store log files
  
base_path=/data/fastdfs
  

  
# tracker_server can ocur more than once, and tracker_server format is
  
#"host:port", host can be hostname or ip address
  
tracker_server=192.168.12.102:22122
  
.......
  

  
好了,上传一张图片试试
  

  
#fdfs_test /etc/fdfs/client.conf upload /tmp/Tulips.jpg
  
This is FastDFS client test program v5.05
  

  
Copyright (C) 2008, Happy Fish / YuQing
  

  
FastDFS may be copied only under the terms of the GNU General
  
Public License V3, which may be found in the FastDFS source kit.
  
Please visit the FastDFS Home Page http://www.csource.org/
  
for more detail.
  

  
DEBUG - base_path=/data/fastdfs, connect_timeout=30, network_timeout=60, tracker_server_count=1, anti_steal_token=0, anti_steal_secret_key length=0, use_connection_pool=0, g_connection_pool_max_idle_time=3600s, use_storage_id=0, storage server id count: 0
  

  
tracker_query_storage_store_list_without_group:
  
      server 1. group_name=, ip_addr=192.168.12.102, port=23000
  

  
group_name=group1, ip_addr=192.168.12.102, port=23000
  
storage_upload_by_filename
  
group_name=group1, remote_filename=M00/00/00/wKgMZllMcSeAb4ChAAl5WLU-YRY168.jpg
  
source ip address: 192.168.12.102
  
file timestamp=2017-06-23 09:38:47
  
file size=620888
  
file crc32=3040764182
  
example file url: http://192.168.12.102/group1/M00/00/00/wKgMZllMcSeAb4ChAAl5WLU-YRY168.jpg
  
storage_upload_slave_by_filename
  
group_name=group1, remote_filename=M00/00/00/wKgMZllMcSeAb4ChAAl5WLU-YRY168_big.jpg
  
source ip address: 192.168.12.102
  
file timestamp=2017-06-23 09:38:47
  
file size=620888
  
file crc32=3040764182
  
example file url: http://192.168.12.102/group1/M00/00/00/wKgMZllMcSeAb4ChAAl5WLU-YRY168_big.jpg
  

  
上传后,图片的URL也会出现,我们访问试试


页: [1]
查看完整版本: Nginx 配置 fastdfs-nginx-module 模块