We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gzipOn
1 parent 64881ae commit 63805d2Copy full SHA for 63805d2
gcore/options.go
@@ -7,7 +7,7 @@ type Options struct {
7
Webp *Webp `json:"webp,omitempty"`
8
Rewrite *Rewrite `json:"rewrite,omitempty"`
9
RedirectHttpToHttps *RedirectHttpToHttps `json:"redirect_http_to_https,omitempty"`
10
- GzipOn *GzipOn `json:"gzipOn,omitempty"`
+ GzipOn *GzipOn `json:"gzipOn"`
11
Cors *Cors `json:"cors,omitempty"`
12
SNI *SNIOption `json:"sni,omitempty"`
13
IgnoreQueryString *IgnoreQueryString `json:"ignoreQueryString"`
0 commit comments