Fix server name hash maxSize default value
This commit is contained in:
parent
d13328b205
commit
4d7a280371
2 changed files with 5 additions and 2 deletions
|
|
@ -301,6 +301,7 @@ func NewDefault() Configuration {
|
|||
MaxWorkerConnections: 16384,
|
||||
MapHashBucketSize: 64,
|
||||
ProxyRealIPCIDR: defIPCIDR,
|
||||
ServerNameHashMaxSize: 1024,
|
||||
ShowServerTokens: true,
|
||||
SSLBufferSize: sslBufferSize,
|
||||
SSLCiphers: sslCiphers,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue