Parcourir la source

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

gaoyang il y a 1 an
Parent
commit
f639cc3e0e
1 fichiers modifiés avec 12 ajouts et 12 suppressions
  1. 12 12
      conf.d/wapi.xinyue.conf

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

@@ -125,21 +125,21 @@ server {
     location ~ ^/active/goods/ {
         proxy_pass http://goods-svc:9001;
     }
-    #location ~ ^/active/ {
-    #       proxy_pass http://active-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 ~ ^/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;
     #}