Compression is the process that decreases the file sizes. During the compression process all details from the original file will beĀ maintained in compressed file. It boosts the working of Node.js applications by decreasing above 70 % of size. Introduction: Gzip is a file format and software application which is used in Unix systems for […]
If we are looking in to the Nginx web server, server blocks (similar to virtual hosts in Apache) can be used to cover configuration details and host more than one domain on a single server. Here we are going to discuss how to set up multiple server blocks in Nginx on an Ubuntu server. prerequisites […]