我正在使用发布请求从用户输入(文本区域)将大量数据加载到数据库(18k lines
)
我收到502 Bad Gateway
错误
当我打印sudo nano /var/log/nginx/error.log
时
我明白了:
2018/09/06 10:21:04 [alert] 19688#19688: *3 open socket #22 left in connection 4
2018/09/06 10:21:04 [alert] 19688#19688: aborting
2018/09/06 11:04:32 [error] 20076#20076: *14 upstream prematurely closed connection while reading response header from upstream, client: 95.1$
这仅在我的生产服务器(nginx + gunicorn + postgres)上,在我的开发服务器上效果很好。
我该怎么办?
我也有
答案 0 :(得分:0)
不断增加的“ gunicorn”超时有助于解决该问题