浏览代码

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;
     }