How To Enable NGINX Status Page On Ubuntu 20.04



How To Enable NGINX Status Page On Ubuntu 20.04

How To Enable NGINX Status Page On Ubuntu 20.04

in This Tutorial you will Learn ” How To Enable Nginx statistics page using Nginx module named http_stub_status_module ”

NGINX web server offers ngx_http_stub_status_module module that allows you to easily monitor server health. NGINX status page displays many useful server KPI metrics such as no. of active client connections, accepted, handled & total requests. It also shows reading, writing, and waiting connections.

Nginx (pronounced engine x) is open source Web server software that also performs reverse proxy, load balancing, email proxy and HTTP cache services.