There are a lot of websites on the internet, still, people want to create more. A lot of methods are also available for creating them, WordPress is one of them, or we can say "it is the popular one".
Read MoreThere are types of docker networks available now, but for standalone applications mostly "host" and "bridge" networks are used, which are "single-host networks", means their effect is local to the in
Read MoreWhen it comes to a high-end performance web server with maximum throughput, Nginx is the only answer. In today's post, we are going to learn about the same, and how to set-up a nginx web server. N
Read MoreIt 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
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