Change defaults

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-09-24 21:01:55 -03:00
parent 00324cec79
commit a990ac3910
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
3 changed files with 8 additions and 8 deletions

View file

@ -63,7 +63,7 @@ func TestMergeConfigMapToStruct(t *testing.T) {
"access-log-params": "buffer=4k gzip",
"access-log-path": "/var/log/test/access.log",
"error-log-path": "/var/log/test/error.log",
"use-gzip": "true",
"use-gzip": "false",
"gzip-level": "9",
"gzip-min-length": "1024",
"gzip-types": "text/html",