2014年8月6日
摘要: 1、windows下nginx查看并发链接数要使用stable版本2、配置代码:location /status { stub_status on; }3、访问地址:http://localhost/status最开始用的mainLine版本,网上看了很多配置教程,都测试不通过(配置没问题)但... 阅读全文
posted @ 2014-08-06 19:06 某猿 阅读(1084) 评论(0) 推荐(0) 编辑