Top Tricks with Nginx

Tips and Tricks with Nginx

In this story we are going to discuss about top twenty-four tips for NgInx configuration.

Debabrata Dash
10 min readDec 31, 2022

--

Photo by David Emrich on Unsplash

How NgInx works ?

The role of the web server running in an web-application is very important so that the web application can run perfectly. So, the selection of an web server must also be in accordance with the needs and performance so far. One of the most popular web server in the market currently available is NgInx(engine-ex). So let’s discuss how NgnInx works ?

Before getting to know the work of the NgnInx further, let’s discuss how an web server works, So when someone ‘sends’ a request to open a web application, the browser will contact the web application server. The server then looks for the web application file requested by the user and sends it to the browser. This flow shows how the server works on simple request or requests.

An illustration of NgnIx work

NgInx is built on a non-blocking, event-driven architecture.NgInx has one primary process, several worker_processes,and two cache management processes. To see this, you just need to run the below command…

--

--

Debabrata Dash

At heart an entrepreneurial, learner, innovator. A dreamer with a passion to excel. Read all stories on medium.