Преглед изворни кода

fix: profileApi代理异常

John-Hong пре 2 година
родитељ
комит
198620ddce
1 измењених фајлова са 3 додато и 0 уклоњено
  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;
     }