【发布时间】:2021-10-13 01:33:45
【问题描述】:
我的设置: Nginx 反向代理哪个代理从我的域到 Synology NAS 的流量
https://photo.domain.com => Synology Photos (local IP)
但是,当尝试上传大文件(=视频)时,上传失败。 直接连接到本地 IP 就可以了 - 所以:代理失败了。
在 /etc/nginx/nginx.conf 我已经指定:
client_max_body_size 0;
sendfile on;
tcp_nopush on;
tcp_nodelay on;
也测试过
client_header_timeout 300s;
client_body_timeout 300s;
keepalive_timeout 300s;
send_timeout 300s;
上传仍然失败。非常感谢您的建议或提示! :-)
【问题讨论】: