NGINX Minimal Configuration A secure server is one that allows only as much as what is needed. Ideally, we would build a…
NGINX Tutorial
-
-
NGINX Processing Requests We can specify multiple virtual servers, and each server is described by a server {} context. server { listen…
-
Difference between Apache and NGINX Apache and NGINX are two major players in the web server business spanning 5 percent of web…
-
NGINX Purging Content from the Cache NGINX makes it possible to remove old and outdated cached files from the cache. It is…
-
Installing NGINX on Debian/Ubuntu There are two ways to install NGINX: Using a pre-built binary: – This method is much easiest and…
-
NGINX Reverse Proxy A proxy is a server that resides between internal applications and external clients, forwarding client requests to the appropriate…
-
Installing NGINX on Redhat/CentOS Nginx can be installed in two ways: We can install Nginx from default RHEL or CentOS repository. This…
-
Nginx Security Controls When our content is valuable, and we are rightly concerned about the privacy and security of our users, then…
-
NGINX Serving Static Content In this section, we will discuss how to configure the Nginx Plus and Nginx open source to serve…
-
NGINX TCP and UDP Load Balancing Nginx Plus can proxy and load balance TCP (Transmission Control Protocol) traffic. TCP is the protocol…