Difference between revisions of "Nginx -V"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
  nginx -V 2>&1 | grep -o [[with-http_stub_status_module]]
 
  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: