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.www58058.com/11672