用webman,nginx做反向代理,文件就下載失敗。
問(wèn)題不在webman,而是nginx的配置,能否幫忙看下,這個(gè)有下載的,nginx代理如何配置,這個(gè)是我的配置,訪(fǎng)問(wèn)是沒(méi)問(wèn)題的,下載就失敗了
location / {
proxy_pass http://127.0.0.1:8787;
}
下面是nginx的錯(cuò)誤日志
upstream prematurely closed connection while sending to client
出現(xiàn)這個(gè)問(wèn)題后運(yùn)行 php start.php status ,截圖下