diff --git a/rewrite/nginx/fastdfs.conf b/rewrite/nginx/fastdfs.conf new file mode 100644 index 000000000..1b89c6e01 --- /dev/null +++ b/rewrite/nginx/fastdfs.conf @@ -0,0 +1,5 @@ +location ~/group([0-9])/M00 { + # Need to cooperate with it + # https://github.com/mw-plugin/fastdfs + ngx_fastdfs_module; +}