Bad gateway error for request to my API when deploying a nuxt app with nginx

后端 未结 0 1050
时光说笑
时光说笑 2020-12-13 00:48

I\'m deploying a nuxt app (front end + rest API with express) to a VPS using nginx.

Here\'s my nginx config :

server {
listen 80;
listen [::]:80;
index         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题