Allow custom server_names_hash_max_size and server_names_hash_bucket_size values

This commit is contained in:
Manuel de Brito Fontes 2017-04-14 20:59:10 -03:00
parent c729cd8adc
commit 9994365ae4
2 changed files with 5 additions and 11 deletions

View file

@ -283,8 +283,6 @@ func NewDefault() Configuration {
MaxWorkerConnections: 16384,
MapHashBucketSize: 64,
ProxyRealIPCIDR: defIPCIDR,
ServerNameHashMaxSize: 512,
ServerNameHashBucketSize: 64,
ShowServerTokens: true,
SSLBufferSize: sslBufferSize,
SSLCiphers: sslCiphers,