I am using Traefik v2 to running a Docker container. This container is serving with Nginx and I need to enable gzip compression on Traefik v2.
I couldn't achieve it by changing the Nginx app.config file.
I added these kinds of tags but it didn't work.
gzip on;
gzip_types images, CSS, js etc.
How can I enable gzip on a Traefik v2?