windows+nginx 查看并发链接数

1、windows下nginx查看并发链接数要使用stable版本

2、配置代码:

location /status {
  stub_status on;
}

3、访问地址:http://localhost/status

最开始用的mainLine版本,网上看了很多配置教程,都测试不通过(配置没问题)

但没怀疑过版本问题,感谢群友 ︶ㄣ心痕ぐ 的指点

原文地址:https://www.cnblogs.com/mouyuan/p/3895560.html