Ngins

Ngins

2023年5月31日

14:46

1, 安装nginx

[root@zlm conf]# yum -y install nginx

 

2, 配置nginx

[root@zlm conf]# cd /etc/nginx

[root@zlm nginx]# vim nginx.conf

location /status {

stub_status on;

access_log off;

}

 

 

3, 重启nginx服务

[root@zlm nginx]# systemctl restart ngins

 

4, 测试web页面

登陆地址 http://IP/status

 

5, 测试SmartD-OPS

 

 

 

6、数据展示

 

 

posted @ 2024-01-08 15:09  ZhengLiming  阅读(3)  评论(0编辑  收藏  举报