Re: Gzip not compressing

2019-09-12 Thread arunkiji
Hi, guys!! Resolved!! Thank you!! With this code from Hummingbird: # Enable Gzip compression gzip on; # Compression level (1-9) gzip_comp_level 5; # Don't compress anything under 256 bytes gzip_min_length 256; # Compress output of these MIME-types gzip_types application

Re: RE: RE: Gzip not compressing

2019-09-07 Thread arunkiji
Hi, RR Thank you so much for giving attention. My conf page gzip section looks like this " # Gzip Settings ## gzip on; gzip_disable "msie6"; gzip_vary on; gzip_proxied any; gzip_comp_level 6; gzip_buffers 16 8k; gzip_http_version

RE: RE: Gzip not compressing

2019-09-07 Thread Reinis Rozitis
> I am trying to reduce transfer size in my website. Although i apparently have > enabled Gzip compression, i does not show as enabled in GTmetrix testing. For testing purposes just putting: gzip on; gzip_typestext/html text/plain text/xml text/css application/javascript application/jso

Re: RE: Gzip not compressing

2019-09-07 Thread arunkiji
Hi, Reinis I am trying to reduce transfer size in my website. Although i apparently have enabled Gzip compression, i does not show as enabled in GTmetrix testing. Would you, please, be so patient to give me precise instructions on how to set my Gzip compression properly, writing the code i am to

RE: Gzip not compressing

2019-09-07 Thread Reinis Rozitis
> Here is the situation posted in DO community. > https://www.digitalocean.com/community/questions/enabling-gzip-compression-guidance-needed > Thanks for any help. Well you are testing in a wrong way. First of all: curl -H "Accept-Encoding: gzip" -I http://localhost/test.jpg HTTP/1.1 301 Moved P

Gzip not compressing

2019-09-07 Thread Anand Arun
Hi, guys I have an issue in nginx ubuntu 16.04 in digital ocean. It seems i configued everything fine in my nginx.conf, but still the compression does not happen. Here is the situation posted in DO community. https://www.digitalocean.com/community/questions/enabling-gzip-compression-guidance-need

Re: Gzip not compressing response body with status code other than 200, 403, 404

2013-03-04 Thread Maxim Dounin
Hello! On Sun, Mar 03, 2013 at 04:07:50PM +0100, Bruno Prémont wrote: > Hello Maxim, > > On Sat, 01 September 2012 Maxim Dounin wrote: > > On Sat, Aug 25, 2012 at 02:32:02AM -0400, soniclee wrote: > > > > > I met same problem while try to gzip response with other status code. Any > > > update

Re: Gzip not compressing response body with status code other than 200, 403, 404

2013-03-03 Thread Bruno Prémont
Hello Maxim, On Sat, 01 September 2012 Maxim Dounin wrote: > On Sat, Aug 25, 2012 at 02:32:02AM -0400, soniclee wrote: > > > I met same problem while try to gzip response with other status code. Any > > update for this issue? > > In some cases it's just not possible to compress > response, e.g