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 […]
CentOS
How to Install LAMP on CentOS 7
LAMP Stack is a group of open source programs that work together to enable a server to host dynamic websites or web applications. LAMP represents Linux (operating system), Apache (web server), MySQL (MariaDB database), PHP (scripting language). In this guide, we will learn how to install LAMP on CentOS 7. Prerequisites Update the software packages […]
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 Vim on CentOS: Easy Step
Vim text editor is one of the oldest and best text editor for Linux. It is a greatly improved version of a good old Vi Editor. This text editor is packed with many great features like command line history, syntax highlighting, multi-level undo, spelling checker, block operations, and filename etc. In this article, we will […]
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, […]