ngix.conf配置里 http{ ... server{ ... location /api{ proxy_pass ...; proxy_set_header Connection close; } } }
加上这个keepalive_timeout 0;