It is by default, that the nginx server when started, does not enable the support for "text/css" content type when using gzip module for compression. Today, in this post we are going to learn how t
Read More
It is by default, that the nginx server when started, does not enable the support for "text/css" content type when using gzip module for compression. Today, in this post we are going to learn how t
Read MoreBy default, nginx does not add type for javascript for compression using gzip module. So, in order to add javascript as a type for gzip to compress the content, we have to specify the same in the co
Read MoreWhenever we are delivering content to a client, it must be make sure that the page of the website should be loaded as fast as possible. Compression is a good option, gzip is one of the options availa
Read More