Set-up a Nginx web server on ubuntu 18.04 EC2 Instance AWS
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…
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…
Web servers are basically what the internet is comprised of, so in today’s post we will be learning “set-up an Apache2 web server“. Before going further, make sure you know how to create an instance…
As we have learned in our previous post, “how to create an ec2 instance” but we haven’t learned “how to login into it”. In this post, we are going to learn how to “login into…
Today, we are going to understand about instances and how to create an instance on AWS. Amazon has this product named as Amazon Web Services of shortened to AWS, which provides a lot of services…
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…
Setup and Configure PXE Installation server Setting up a PXE server gives you access to seamlessly install a Linux Operating System via LAN or other network means. In this post, we are going to setup…