chef-recipes/containers/traefik/files/conf/http_compress.yml

9 lines
152 B
YAML
Raw Normal View History

2023-02-03 17:01:35 +00:00
http:
middlewares:
http-compress:
compress:
excludedContentTypes:
- "video/*"
- "image/*"
- "audio/*"