设置http-proxy-middleware时找不到404

时间:2019-07-18 14:36:24

标签: javascript reverse-proxy http-proxy

我在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

Success when getting JOSN with Localhost

Errorwhen not getting JOSN with my host

0 个答案:

没有答案