Nginx 配置状态信息虚拟主机

可以在浏览器中查看并发数量 [root@Liangenyu conf]# vim nginx.conf server {

listen 80;

 

server_name status.etiantian.org;

 

stub_status on;

 

access_log   off;

 

}

 

#注意要在 hosts 中添加解析 解释如下:

 

 

135

 

posted @ 2019-08-09 17:18  樊伟胜  阅读(138)  评论(0编辑  收藏  举报