-

How To Check Nginx Version?
If we’ve installed Nginx web server application and wanted to know what version of Nginx is…
2 minutes -

Enable Hotlink Protection in Nginx
Hotlinking is the biggest issue when we have limited bandwidth to serve, and we all website…
2 minutes -

Install Latest Stable Version of NGINX in Ubuntu
NGINX is the best web server for almost everything. It can handle massive web traffic while…
1 minute -

How to install FastCGI cache in Nginx for WordPress
WordPress needs no introduction; as it is one of the most versatile and yet powerful CMS…
3 minutes -

How to Enable HTTP/2 on NGINX?
The experimental support for HTTP/2 became available in Nginx since the mainline version 1.9.5 and with the…
1 minute -

How to Install WordPress with NGINX PHP7 PHPMyAdmin
Here is this article we are going to see how we can install WordPress on NGINX…
7 minutes -

Install WordPress on NGINX with FastCGI Cache in Ubuntu
If you are running a WordPress blog or website on NGINX Webserver, then you should also…
7 minutes -

Nginx Redirection Non-www to www and www to Non-www
Sometime we will need to redirect the main non www to www, or the vice versa, www…
1 minute -

How to Setup 301 Redirect in Nginx?
301 redirect is very easy to setup if we are using Apache webserver, usually we do it…
2 minutes -

413 Request Entity Too Large
The error “413 Request Entity Too Large” is a very common error that occurs with Apache…
3 minutes -

How to Hide Nginx Version?
Sometimes due to lack of time it is difficult to update the software and you end…
1 minute -

Apache vs. Nginx: Selection of a Perfect Web Server
About Apache and Nginx Both Apache and Nginx is web-server software, that enables us to host…
5 minutes -

Nginx Performance Tuning
In this tutorial, we’ll see Nginx Performance Tuning tips for all major Linux distributions like Debian,…
5 minutes -

NGINX: Introduction, C10K, and More
NGINX (Pronounced as Engine-X) is an open-source, lightweight, high-performance web server, and proxy server. Nginx is…
4 minutes