Skip to content

Commit

Permalink
Modified example
Browse files Browse the repository at this point in the history
  • Loading branch information
gfrankliu committed May 11, 2016
1 parent 7edce19 commit 76ce4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ Example
req_status_zone server "$host,$server_addr:$server_port" 10M;

server {
location /us {
location /tenginestats {
req_status_show;
}

req_status server;
}
}

* when you call '/us', you will get the results like this:
* when you call '/tenginestats', you will get the results like this:

www.taobao.com,127.0.0.1:80,162,6242,1,1,1,0,0,0,0,10,1,10,1

Expand Down

0 comments on commit 76ce4e5

Please sign in to comment.