Explorar o código

fix: profileApi代理异常

John-Hong %!s(int64=2) %!d(string=hai) anos
pai
achega
198620ddce
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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;
     }