ngix.conf配置里 http{ ... server{ ... location /api{ proxy_pass ...; proxy_set_header Connection close; } } }
收起
加上这个keepalive_timeout 0;
报告相同问题?