HTTP stub_status 模块

参考文档
HTTP  stub_status  模块
http://nginx.org/en/docs/http/ngx_http_status_module.html
html



  1. server
    nginx

  2.      {
    ide

  3.         listen 80;
    server

  4.         server_name 127.0.0.1;
    htm

  5.         deny    all;
    文档

  6.         location /NginxStatus {
    get

  7.                 stub_status on;
    it

  8.                 allow 127.0.0.1;
    io

  9.                 allow A;
    class

  10.                 allow B;

  11.                 deny  all;

  12.                 }

  13.         access_log off;

  14.     }

相关文章
相关标签/搜索