Add nginx proxy_max_temp_file_size configuration option
This commit is contained in:
parent
0b375989f3
commit
d8bd8c5619
6 changed files with 58 additions and 31 deletions
|
|
@ -728,6 +728,7 @@ func NewDefault() Configuration {
|
|||
LimitRateAfter: 0,
|
||||
ProxyBuffering: "off",
|
||||
ProxyHTTPVersion: "1.1",
|
||||
ProxyMaxTempFileSize: "1024m",
|
||||
},
|
||||
UpstreamKeepaliveConnections: 32,
|
||||
UpstreamKeepaliveTimeout: 60,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue