Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/elixir/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java NGINX正在阻止请求_Java_Nginx_Nginx Config - Fatal编程技术网

Java NGINX正在阻止请求

Java NGINX正在阻止请求,java,nginx,nginx-config,Java,Nginx,Nginx Config,我已经在nginx下部署了一个springboot项目,我一直在错误日志中记录这个项目 2020/11/11 20:47:33 [info] 9891#0: *49013 epoll_wait() reported that client prematurely closed connection, so upstream connection is closed too while sending request to upstream, client: 10.3.10.170, serve

我已经在nginx下部署了一个springboot项目,我一直在错误日志中记录这个项目

2020/11/11 20:47:33 [info] 9891#0: *49013 epoll_wait() reported that client prematurely closed connection, so 
upstream connection is closed too while sending request to upstream, client: 10.3.10.170, server: _, request: "POST 
/api/bank/acount/user HTTP/1.1", upstream:
"http://10.2.6.173:80/api/bank/acount/user", host: "gateway-project.cloud.host"
访问日志
上:

10.2.10.1xx:45532 - wallet-prj [11/Nov/2020:20:52:50 +0000] "POST /api/bank/acount/user HTTP/1.1" 499 0 "-" 
"Apache-HttpClient/4.5.12 (Java/1.8.0_252)" "-" "gateway-project.cloud.host" sn="_" rt=5.001 ua="10.2.6.1xx:80" 
us="-" ut="5.001" ul="0" cs=-
代码是正确的,并且在本地工作,因此问题不在于项目中的代码

你有什么建议可以推荐吗? 以下是配置:

先谢谢你