用webman,nginx做反向代理,文件就下載失敗。 問題不在webman,而是nginx的配置,能否幫忙看下,這個有下載的,nginx代理如何配置,這個是我的配置,訪問是沒問題的,下載就失敗了 location / { proxy_pass http://127.0.0.1:8787; } 下面是nginx的錯誤日志 upstream prematurely closed connection while sen...