feat: Test Nginx status
This commit is contained in:
		@@ -80,6 +80,12 @@ http {
 | 
			
		||||
            return 301 $scheme://$host:$server_port/remote.php/dav;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        # location /nginx_status {
 | 
			
		||||
        #     stub_status;
 | 
			
		||||
        #     allow 192.168.1.0/24;	#only allow requests from local network
 | 
			
		||||
        #     deny all;		#deny all other hosts	
 | 
			
		||||
        # }
 | 
			
		||||
 | 
			
		||||
        # set max upload size
 | 
			
		||||
        client_max_body_size 10G;
 | 
			
		||||
        fastcgi_buffers 64 4K;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user