FastDFSNetCore Save

FastDFS Async Client

Project README

FastDFSNetCore

Build Status

Nuget Packages

Package NuGet Stable Downloads
FastDFSNetCore FastDFSNetCore FastDFSNetCore

Basic Usage

see Program.cs

Ngx_fastdfs_module

server {
          listen       80;
 
          location / {
            root   /path/to/fdfsstore/fdfs_storage/data;
          }
 
          location /group1/M00 {
            root /path/to/fdfsstore/fdfs_storage/data;
            ngx_fastdfs_module;                   
         }  
          
         location ~* /group1/M00/(.*?)_([0-9]+)X([0-9]+)\.(jpeg|jpg|gif|png)$ {
           root /path/to/fdfsstore/fdfs_storage/data;       
           set $h $2;
           set $w $3;
           rewrite /group1/M00/(.*?)_([0-9]+)X([0-9]+)\.(jpeg|jpg|gif|png)$ /$1.$4 break;
           image_filter_buffer 10M;
           image_filter resize $h $w;                 
        }        
}
Open Source Agenda is not affiliated with "FastDFSNetCore" Project. README Source: caozhiyuan/FastDFSNetCore
Stars
65
Open Issues
0
Last Commit
3 years ago
License
Tags

Open Source Agenda Badge

Open Source Agenda Rating