By default, the maximum file upload size in NGINX is 1MB. If a user tries to upload a file bigger than this, the Nginx throws a “413 Request Entity Too Large” error. So in this tutorial, we will learn how to increase file upload size in Nginx. How To Increase File Upload Size in NGINX […]
NGINX
How to Fix a 408 Request Timeout Error
HTTP status code starting with 4XX is the client-side error code and 408 request timeout error is one of the client-side errors. In this, we will learn how to fix a 408 request timeout error. Before we dive into the solution let’s understand what does this error actually mean and how does it differ from […]
How to Install WordPress on CentOS 7
WordPress is one of the most popular CMS out there. It powers more than 30% of all websites on the internet. Moreover, it’s an open source program and available for free. There are thousands of themes, plugins and documentation available on the internet. This makes WordPress a first choice for bloggers, small and big companies […]
How to Install LEMP on CentOS 7: 5 Easy Steps
LEMP Stack is a group of open source programs that work collectively to enable a server to host dynamic websites or web applications. LEMP represents Linux (operating system), ENginx (web server), MySQL (MariaDB database), PHP (scripting language). It is the most popular alternative to LAMP Stack, which uses Apache instead of Nginx. In this guide, […]
How to Install Nginx on CentOS 7: 4 Easy Steps
Nginx is a high performance web server software. Many big brands like Google, Facebook, Microsoft, Apple, Yahoo! and LinkedIn prefers Nginx over Apache and any other web server. And why not, it is the most flexible and lightweight web server with some great features like reverse proxy and load balancing. In this tutorial, we will […]