502 Bad Gateway with nginx | Google App Engine | Node JS

后端 未结 8 2413
时光取名叫无心
时光取名叫无心 2020-12-15 15:50

I am hosting the web app on Google Cloud Platform with App Engine and I am using ExpressJS and MongoDB, which is hosted on mLab.

Everything worked well until 1/1/201

8条回答
  •  伪装坚强ぢ
    2020-12-15 16:10

    app should always listen to port 8080, google forwards all request from 80 to 8080 https://cloud.google.com/appengine/docs/flexible/custom-runtimes/build#listen_to_port_8080

提交回复
热议问题