소스 검색

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