Difference between revisions of "Nginx -V"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} nginx -v == See also == * {{nginx}} Category:Nginx")
 
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
  
 +
nginx -V 2>&1 | grep -o [[with-http_stub_status_module]]
 +
 +
 +
    [[location]] /nginx_status {
 +
          stub_status on;
 +
          access_log  off;
 +
          allow 127.0.0.1;
 +
          deny all;
 +
        }
  
  

Latest revision as of 13:26, 23 December 2024

Advertising: