detroitledger / gnl_profile

API & data management system for the Detroit Ledger
https://www.detroitledger.org
0 stars 2 forks source link

alter nginx config to gzip all text replies #157

Open bnchdrff opened 7 years ago

bnchdrff commented 7 years ago

done! also added to the frontend config.

    gzip on;
    gzip_comp_level 1;
    gzip_proxied any;
    gzip_types text/plain
               text/html
               text/css
               application/x-javascript
               text/xml
               application/xml
               application/xml+rss
               text/javascript;