Nginx is one of the most popular web servers. It is responsible for serving some of the largest websites and web apps on the internet. In this guide, we’ll discuss how to install Nginx on Ubuntu 18.04 server. How To Install NGINX on Ubuntu 18.04 Prerequisites Before writing this tutorial, I consider that you have […]
Web Server
Fix 413 Request Entity Too Large Error on Nginx & Apache
What does 413 Request Entity Too Large Nginx Error Mean? A 413 Request Entity Too Large Nginx Error occurs when a request made on a client-side by the visitor or user is too large to be processed by the web server. If you have set your web server to a particular HTTP request size limit, […]
How to Install MongoDB on Ubuntu 18.04 LTE
MongoDB is a free and opensource No SQL database written in C++ and used in modern web application development. This tutorial will give you a great understanding of how to install MongoDB on Ubuntu 18.04 LTE. Perquisites Before installing MongoDB, we need to ensure that the server is up-to-date. So, let’s first update and upgrade […]
How to Secure Nginx Server with Fail2Ban on Ubuntu Server
This tutorial covers easy to follow guide on how to secure Nginx server with Fail2Ban on Ubuntu Server. While controlling the functioning of a web server, it is very important that you protect and secure your website from hackers and attackers. This guide covers how to secure the Nginx server with Fail2Ban on Ubuntu. Thanks […]
How To Install Nginx on Ubuntu Server 18.04 LTE, 16.04, 14.04
This guide covers an easy to follow, step-by-step guide on how to install Nginx on Ubuntu 18.04 LTE, 16.04, and 14.04. While writing this tutorial I used Ubuntu 18.04 LTE though these resources in the tutorial are useful in installing Nginx on Ubuntu 16.04 and 14.04 as well. Introduction Nginx is one of the most […]