fuyu 4 years ago
parent
commit
6cf54a7d7d
2 changed files with 19 additions and 7 deletions
  1. 0 7
      https.d/byc copy.conf
  2. 19 0
      https.d/fdfs_tracker.conf

+ 0 - 7
https.d/byc copy.conf

@@ -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;
-}

+ 19 - 0
https.d/fdfs_tracker.conf

@@ -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
+{
+proxy_pass http://fdfs_group1;
+}
+location /group1/M02
+{
+proxy_pass http://fdfs_group1;
+}
+
+}