Difference between revisions of "Nginx -V"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
  
  
     location /nginx_status {
+
     [[location]] /nginx_status {
 
           stub_status on;
 
           stub_status on;
 
           access_log  off;
 
           access_log  off;
           allow 1.1.1.1;
+
           allow 127.0.0.1;
 
           deny all;
 
           deny all;
 
         }
 
         }

Latest revision as of 13:26, 23 December 2024

Advertising: