天天看點

HTTP stub_status 子產品

參考文檔

HTTP  stub_status  子產品

<a href="http://nginx.org/en/docs/http/ngx_http_status_module.html" target="_blank">http://nginx.org/en/docs/http/ngx_http_status_module.html</a>

server

     {

        listen 80;

        server_name 127.0.0.1;

        deny    all;

        location /NginxStatus {

                stub_status on;

                allow 127.0.0.1;

                allow A;

                allow B;

                deny  all;

                }

        access_log off;

    }

本文轉自 15816815732 51CTO部落格,原文連結:http://blog.51cto.com/68686789/1750595

繼續閱讀