소스 검색

反向代理ip地址config设置

laiguoran 5 년 전
부모
커밋
3822861a8e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      config/config.default.js

+ 2 - 0
config/config.default.js

@@ -183,5 +183,7 @@ module.exports = appInfo => {
         },
     };
 
+    config.proxy = true;
+
     return config;
 };