Skip to content

Commit

Permalink
Merge pull request #356 from jakswa/patch-1
Browse files Browse the repository at this point in the history
(docs) enable `compression` for CompressionLayer, not etag
  • Loading branch information
jondot authored Jan 15, 2024
2 parents 87e2f4d + 1c6c792 commit e9dad4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-site/content/docs/the-app/controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ To enable response compression, based on `accept-encoding` request header, simpl
```yaml
#...
middlewares:
etag:
compression:
enable: true
```
Expand Down

0 comments on commit e9dad4e

Please sign in to comment.