res.header not set while image upload with nginx

后端 未结 0 1039
情歌与酒
情歌与酒 2021-01-21 20:48
server {
  server_name  ******

  location / {

        proxy_pass http://localhost:4000;
        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;         


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