nginx status配置
server {
listen 80;
server_name localhost;
root html;
index index.html;
access_log off;
location /status {
stub_status on;
allow 127.0.0.1;
allow 192.168.10.151;
deny all;
}
1、模版
2、应用集
3、项目
3.1)nginx写操作
3.2)nginx在线连接
3.3)nginx已处理
3.4)nginx接受请求
3.5)nginx等待
3.6)nginx请求数
3.7)nginx读操作
4、图形
原创文章,作者:oranix,如若转载,请注明出处:http://www.178linux.com/11672