NGINX in ERPNext

Hi, I’m new to ERPNext and load balancers. Can anyone explain to me what does NGINX do in ERPNext? I mean what is its purpose? Your answers would greatly help.

In a production installation, Nginx is the web server. It receives HTTP requests from the internet and serves the appropriate data. Specifically, it acts as a reverse proxy to Frappe’s WSGI implementation.

2 Likes