By default brotli is disabled (#1970)
This commit is contained in:
parent
3bc2c6827d
commit
c67e9185b6
2 changed files with 4 additions and 2 deletions
|
|
@ -520,7 +520,7 @@ func NewDefault() Configuration {
|
|||
SSLSessionCacheSize: sslSessionCacheSize,
|
||||
SSLSessionTickets: true,
|
||||
SSLSessionTimeout: sslSessionTimeout,
|
||||
EnableBrotli: true,
|
||||
EnableBrotli: false,
|
||||
UseGzip: true,
|
||||
WorkerProcesses: strconv.Itoa(runtime.NumCPU()),
|
||||
WorkerShutdownTimeout: "10s",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue