Explorar o código

更新 'conf.d/wapi.xinyue.conf'

gaoyang hai 1 ano
pai
achega
46222e22d2
Modificáronse 1 ficheiros con 45 adicións e 45 borrados
  1. 45 45
      conf.d/wapi.xinyue.conf

+ 45 - 45
conf.d/wapi.xinyue.conf

@@ -98,52 +98,52 @@ server {
         proxy_pass http://wapi-svc:8094;
     }
     
-    location /qrcode/create {
-        proxy_pass http://qrcode-svc:8090;
-    }
-    location ~ ^/new_record {
-         proxy_pass http://record-svc:9001;
-     }
+    #location /qrcode/create {
+    #    proxy_pass http://qrcode-svc:8090;
+    #}
+    #location ~ ^/new_record {
+     #    proxy_pass http://record-svc:9001;
+     #}
  	location ~ ^/(new_msg|new_notice)/ {
          proxy_pass http://msg-svc:9001;
      }
-	 location ~ ^/(match|welfare)/ {
-         proxy_pass http://match-svc:9001;
-     }
-	 location ~ ^/new_feedback/ {
-         proxy_pass http://feedback-svc:9001;
-     }
- 	location ~ ^/new_user/ {
-         proxy_pass http://user-svc:9001;
-     }
- 	location ~ ^/new_moston/ {
-           proxy_pass http://moston-svc:9001;
-    }
-    location ~ ^/new_acquisition/ {
-           proxy_pass http://acquisit-svc:9001;
-    }
-    location ~ ^/active/goods/ {
-        proxy_pass http://goods-svc:9001;
-    }
-    location ~ ^/active/ {
-           proxy_pass http://active-svc:9001;
-    }
-    location ~ ^/applecheckmode/ {
-           proxy_pass http://applecheckmode-svc:9001;
-    }
-    location ~ ^/shake/ {
-           proxy_pass http://shake-svc:9001;
-    }
-    location ~ ^/joygift/ {
-           proxy_pass http://joygift-svc:9001;
-    }
-    location ~ ^/battle/ {
-           proxy_pass http://battle-svc:9001;
-    }
-    location ~ ^/shareaward/ {
-           proxy_pass http://shareaward-svc:9001;
-    }
-    location ~ ^/precious/ {
-        proxy_pass http://precious-svc:9001;
-    }
+	 #location ~ ^/(match|welfare)/ {
+     #    proxy_pass http://match-svc:9001;
+     #}
+	 #location ~ ^/new_feedback/ {
+     #    proxy_pass http://feedback-svc:9001;
+     #}
+ 	#location ~ ^/new_user/ {
+    #     proxy_pass http://user-svc:9001;
+     #}
+ 	#location ~ ^/new_moston/ {
+    ##       proxy_pass http://moston-svc:9001;
+    #}
+    #location ~ ^/new_acquisition/ {
+    #       proxy_pass http://acquisit-svc:9001;
+   # }
+    #location ~ ^/active/goods/ {
+    #    proxy_pass http://goods-svc:9001;
+    #}
+    #location ~ ^/active/ {
+    #       proxy_pass http://active-svc:9001;
+    #}
+    #location ~ ^/applecheckmode/ {
+    #       proxy_pass http://applecheckmode-svc:9001;
+    #}
+    #location ~ ^/shake/ {
+    #       proxy_pass http://shake-svc:9001;
+    #}
+    #location ~ ^/joygift/ {
+    #       proxy_pass http://joygift-svc:9001;
+    #}
+    #location ~ ^/battle/ {
+    #       proxy_pass http://battle-svc:9001;
+    #}
+    #location ~ ^/shareaward/ {
+    #       proxy_pass http://shareaward-svc:9001;
+    #}
+    #location ~ ^/precious/ {
+    #    proxy_pass http://precious-svc:9001;
+    #}
 }