NGINX Reverse Proxy A proxy is a server that resides between internal applications and external clients, forwarding client requests to the appropriate…
NGINX Tutorial
-
-
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…
-
NGINX Compression and Decompression The compression process reduces the size of the transmitted data. However, since compression happens at runtime, it can…
-
NGINX TCP Health Checks Nginx Plus and Nginx can continually test our TCP upstream servers, avoid the servers that have failed, and…
-
NGINX Content Caching Caching refers to locally storing the information to speed the communication between a client such as a web server.…
-
Nginx Tutorial Nginx is an open source, fast, lightweight and high-performance web server that can be used to serve static files. NGINX…
-
NGINX Directives Nginx consists of modules that are controlled by directives defined in the configuration file. Directives are divided into two parts:…