You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: doc.go
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -250,6 +250,8 @@ type Config struct {
250
250
ContentSecurityPolicystring`json:"content-security-policy" yaml:"content-security-policy" usage:"specify the content security policy"`
251
251
// LocalhostMetrics indicated the metrics can only be consume via localhost
252
252
LocalhostMetricsbool`json:"localhost-metrics" yaml:"localhost-metrics" usage:"enforces the metrics page can only been requested from 127.0.0.1"`
253
+
// EnableCompression enables gzip compression for response
254
+
EnableCompressionbool`json:"enable-compression" yaml:"enable-compression" usage:"enable gzip compression for response"`
253
255
254
256
// AccessTokenDuration is default duration applied to the access token cookie
255
257
AccessTokenDuration time.Duration`json:"access-token-duration" yaml:"access-token-duration" usage:"fallback cookie duration for the access token when using refresh tokens"`
0 commit comments