Skip to content

Instantly share code, notes, and snippets.

@sun4lower
Created February 28, 2018 09:04
Show Gist options
  • Save sun4lower/ba78feb1290873fcd730f4c9f2802f64 to your computer and use it in GitHub Desktop.
Save sun4lower/ba78feb1290873fcd730f4c9f2802f64 to your computer and use it in GitHub Desktop.
http_stub_status_module
#http_stub_status_module
location /status {
stub_status;
}
#when we brower /status, the message will show below:
# Active connections: 1
# server accepts handled requests
# 7 7 10
# Reading: 0 Writing: 1 Waiting: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment