Created
February 28, 2018 09:04
-
-
Save sun4lower/ba78feb1290873fcd730f4c9f2802f64 to your computer and use it in GitHub Desktop.
http_stub_status_module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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