Enable Nginx Status Page

Nginx status is provided by http_stub_status module. To verify if your Nginx is installed with this module, run

If the result shows “with-http_stub_status_module”, you have the module installed.

nginx status module

To enbale stats edit nginx configuration file for your web site, add following code

To linmit access to this page, you can use allow

Replace YOUR_IP_HERE with your actial IP address.

Restart nginx with

Now you should be able to see nginx server stats at url

https//yourdomain.com/nginx_status

nginx status

See Nginx

Need help with Linux Server or WordPress? We can help!

Leave a Reply

Your email address will not be published. Required fields are marked *