@@ -1,7 +0,0 @@
-server {
- listen 19600;
- access_log /data/logs/nginx/byc/access.log;
- error_log /data/logs/nginx/byc/error.log;
- index index.html index.htm;
- root /data/www/byc;
-}
@@ -0,0 +1,19 @@
+upstream fdfs_group1
+{
+server 127.0.0.1:9999;
+}
+server{
+location /group1/M00
+proxy_pass http://fdfs_group1;
+location /group1/M01
+location /group1/M02
+