发布网友 发布时间:2022-02-26 21:28
共1个回答
热心网友 时间:2022-02-26 22:58
首先你需要在nginx.conf 的server 段中开启状态。
location /nginx_status {
stub_status on;
access_log off;
#allow SOME.IP.ADD.RESS;
#deny all;
}
然后重启nginx,访问 域名/nginx_status 就可以看到了。如下:
xxxx/nginx_status
Active connections: 36
server accepts handled requests
4140392 4140392 1165501
Reading: 0 Writing: 2 Waiting: 34