502 Bad Gateway when using ExpressJS with nginx

后端 未结 2 1150
无人及你
无人及你 2021-02-08 19:08

If I run my expressjs app like so: coffee server.coffee and navigate to localhost:8080, everything works just fine.

However, when I reverse pro

2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-08 19:40

    Try this patch...

        -proxy_pass http://node/;
        +proxy_pass http://node;

提交回复
热议问题