Add nginx proxy_max_temp_file_size configuration option

This commit is contained in:
Maxime Ginters 2019-08-12 13:27:05 -04:00
parent 0b375989f3
commit d8bd8c5619
6 changed files with 58 additions and 31 deletions

View file

@ -728,6 +728,7 @@ func NewDefault() Configuration {
LimitRateAfter: 0,
ProxyBuffering: "off",
ProxyHTTPVersion: "1.1",
ProxyMaxTempFileSize: "1024m",
},
UpstreamKeepaliveConnections: 32,
UpstreamKeepaliveTimeout: 60,