Change server-tokens default value to false
This commit is contained in:
parent
38fc35f206
commit
87aa96b468
5 changed files with 6 additions and 6 deletions
|
|
@ -753,7 +753,7 @@ func NewDefault() Configuration {
|
|||
ProxyHeadersHashBucketSize: 64,
|
||||
ProxyStreamResponses: 1,
|
||||
ReusePort: true,
|
||||
ShowServerTokens: true,
|
||||
ShowServerTokens: false,
|
||||
SSLBufferSize: sslBufferSize,
|
||||
SSLCiphers: sslCiphers,
|
||||
SSLECDHCurve: "auto",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue