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