GrahamDumpleton / mod_wsgi-docker

Docker images for Apache/mod_wsgi.
Apache License 2.0
72 stars 36 forks source link

Enable compress-responses / mod_deflate #29

Open finalx9 opened 5 years ago

finalx9 commented 5 years ago

Hey,

I'm using grahamdumpleton/mod-wsgi-docker:python-2.7-onbuild for my Django app and I'm trying to compress my response (I could do it in application level but I read that it's a bad practice ) Maybe I'm missing something but I couldn't find any place that shows how to turn on the compress-responses or mod_deflate.

Thanks.