nanamikon commented on issue #2565:
URL: https://github.com/apache/apisix/issues/2565#issuecomment-719153151
Sureļ¼
For example
```
req_status_zone host "$server_name" 200M;
req_status_zone hostadr "$server_name:$upstream_addr" 200M;
req_status host hostadr;
req_status_lazy on;
server
{
listen 45651;
server_name _;
access_log off;
location /ysec_status {
req_status_show;
allow 127.0.0.1;
deny all;
}
}
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]