sun4lower
2/28/2018 - 9:04 AM

http_stub_status_module

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