Tag: gzip
-
How to enable gzip on proxy servers on nginx
I use often Gunicorn as web server for django applications. Usually I use Apache but I’m starting to use nginx as webserver to serve both the static files and the proxied gunicorn response. I need to do something like what I’ve done with Apache to compress the response after I received from django since I’ve […]