Set-up WordPress on aws with EC2 and Amazon RDS (Step-by-Step)
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…
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…
There 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 individual host. Today, we are…
When 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…
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…
By 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…
Whenever 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…