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

9 lines
152 B
YAML

http:
middlewares:
http-compress:
compress:
excludedContentTypes:
- "video/*"
- "image/*"
- "audio/*"