Align default value for keepalive_request with NGINX default (#9518)
* Align default value for keepalive_request with NGINX default * Align default value for keepalive_request with NGINX default
This commit is contained in:
parent
fe2e713f42
commit
ea0db8de77
2 changed files with 3 additions and 3 deletions
|
|
@ -852,7 +852,7 @@ func NewDefault() Configuration {
|
|||
GzipMinLength: 256,
|
||||
GzipTypes: gzipTypes,
|
||||
KeepAlive: 75,
|
||||
KeepAliveRequests: 100,
|
||||
KeepAliveRequests: 1000,
|
||||
LargeClientHeaderBuffers: "4 8k",
|
||||
LogFormatEscapeJSON: false,
|
||||
LogFormatStream: logFormatStream,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue