我正在尝试在Nginx中上传/下载.pdf文件,但是在处理过程之前,该程序返回错误502,程序在mysql中插入数据,并且正常,仅当尝试上传文件时。
server {
listen 80;
server_name xxx.xx.xxx.xxx;
location / {
uwsgi_pass unix:///home/user/projectexample/projectexample.sock
include uwsgi_params;
}
}
我在stackoverflow中尝试了其他帖子,但是没有任何作用。
error.log Nginx
[error] 16519#16519: *5 upstream prematurely closed connection while reading response header from u$