码迷,mamicode.com
首页 > 移动开发 > 详细

app与jvm 反向代理时config的设置(用于在web页面显示npm(就如tomcat)产生的页面)

时间:2018-04-30 16:36:05      阅读:242      评论:0      收藏:0      [点我收藏+]

标签:ntb   代理   content   chcon   back   tor   table   yml   端口   

dev: {
// Various Dev Server settings
contentBase: ROOT,
host: ip,
port: 8084,    //此端口为任意设置,不重复即可,为页面打开显示 的地址
historyApiFallback: true,
open: true,
watchContentBase: true,
openPage: ‘‘,
watchOptions: {
ignored: /node_modules/,
aggregateTimeout: 300,
poll: false
},

 

 

 

 

 

 

proxyTable: {

‘/api‘: {
target: ‘http://192.168.244.1:8083‘,   //注意: 此为本机地址与eclipse中yml中的端口号   这里即是反向代理
changeOrigin: true,
pathRewrite: {
‘^/api‘: ‘‘
}
}


},

app与jvm 反向代理时config的设置(用于在web页面显示npm(就如tomcat)产生的页面)

标签:ntb   代理   content   chcon   back   tor   table   yml   端口   

原文地址:https://www.cnblogs.com/houlai/p/8973820.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!