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

2、配置代码:

location /status {
  stub_status on;
}

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

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

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

相关文章:

  • 2021-12-08
  • 2021-09-15
  • 2021-11-28
  • 2021-11-30
  • 2021-08-12
  • 2022-12-23
猜你喜欢
  • 2021-11-30
  • 2021-11-30
  • 2021-11-30
  • 2021-10-17
  • 2021-05-16
  • 2021-04-30
相关资源
相似解决方案