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.     }

相關文章
相關標籤/搜索