add compression to nginx config in prod
1 files changed, 1 insertions(+), 0 deletions(-) M nginx.conf
M nginx.conf => nginx.conf +1 -0
@@ 15,6 15,7 @@ http { sendfile on; access_log /var/log/nginx/access.log; keepalive_timeout 3000; + gzip on; server { listen 80; root /data/www;