会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
编程随想曲
学如逆水行舟,不进则退。
欢迎关注我的订阅号
订阅
管理
2024年9月13日
Nginx入门实践(六)
摘要: 环境 系统:Windows7 Nginx版本:1.26.2 监控配置 location /nginx-status { stub_status on; access_log on; } 监控访问 http://localhost/nginx-status Active connections: 2
阅读全文
posted @ 2024-09-13 11:36 Simle
阅读(6)
评论(0)
推荐(0)
编辑