Skip to content

Instantly share code, notes, and snippets.

@homam
Created October 26, 2015 10:28
Show Gist options
  • Select an option

  • Save homam/ca662449d890ec787424 to your computer and use it in GitHub Desktop.

Select an option

Save homam/ca662449d890ec787424 to your computer and use it in GitHub Desktop.
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:nginx/stable
sudo apt-get update
sudo apt-get install nginx-full
nginx -V 2>&1 | grep -o with-http_stub_status_module
location /nginx_status {
stub_status on;
access_log off;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment