There was an error while loading. Please reload this page.
2 parents a232e1b + ff35aad commit c7e11fdCopy full SHA for c7e11fd
1 file changed
rootfs/etc/nginx/template/nginx.tmpl
@@ -505,12 +505,10 @@ http {
505
add_header HTTPS on;
506
}
507
508
- client_max_body_size "{{ $cfg.ProxyBodySize }}";
509
- {{ if eq $cfg.ProxyBodySize "0" }}
+ client_max_body_size 0;
510
proxy_http_version 1.1;
511
proxy_buffering off;
512
proxy_request_buffering off;
513
- {{ end }}
514
515
proxy_connect_timeout {{ $cfg.ProxyConnectTimeout }}s;
516
proxy_send_timeout {{ $cfg.ProxySendTimeout }}s;
0 commit comments