HowTo: Enable Nginx Status Page
To enable the Nginx status page, you need to add a location block to your Nginx configuration file that will return information about the status of Nginx. Here’s an example of how you can enable the Nginx status page: Open the Nginx configuration file in your preferred text editor: sudo nano /etc/nginx/nginx.conf Add the following … Read more