nginx中server status服务器状态配置

回复 收藏
本帖最后由 巅峰战天 于 2016-8-10 17:57 编辑

安装信息中有stub_status 模块
38.png

在server中,添加如下代码:
location /NginxStatus {
  stub_status on;
  access_log on;
  auth_basic "NginxStatus";
  auth_basic_user_file htpasswd;
}
[root@10.10.90.97 ~]# htpasswd -c /usr/local/nginx/conf/htpasswd nginx_focus #连续输入两次密码
New password:
Re-type new password:
Adding password for user nginx_focus
111.png

服务器访问本地访问都不行
QQ截图20161204005532.png

blob.png

3.png 4.png
2016-08-10 17:57 举报
已邀请:
0

乐橙306

赞同来自:

本帖最后由 乐橙306 于 2016-8-10 20:33 编辑

http://www.wangsenphp.cn/NginxStatus


0

乐橙306

赞同来自:

本帖最后由 乐橙306 于 2016-8-10 20:38 编辑

看它
location /NginxStatus   
0

巅峰战天

赞同来自:

乐橙306 发表于 2016-8-10 20:29
看它
location /NginxStatus   

是的,多谢了。

回复帖子,请先登录注册

退出全屏模式 全屏模式 回复
评分
可选评分理由: