我在Node js应用中进行了http-proxy-middleware设置。
如果我叫“ http://localhost:4000/test”,那么我得到的是JSON输出 但是如果我叫“ https://csv.empyra.com/app1/test”,则会收到404错误 如果我在这里做错了,请检查我的代码。请也在这里查看我的屏幕截图。
reverse_proxy node app Config.json {
"routes": [{
"route": "/app1",
"address": "http://localhost:4000"
},
{
"route": "/app2",
"address": "http://localhost:5000"
}
]}
app