Forráskód Böngészése

fix: profileApi代理异常

John-Hong 2 éve
szülő
commit
198620ddce
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      nginx_parking.conf

+ 3 - 0
nginx_parking.conf

@@ -15,6 +15,9 @@ server {
         proxy_pass https://qa-apim.kerryplus.com/c/api/payment/v1;
     }
 
+    location /profileApi {
+        proxy_pass https://qa-apim.kerryplus.com/c/api;
+    }
     location /weixin {
         proxy_pass https://api.weixin.qq.com;
     }