mirror of
				https://github.com/XTLS/Xray-examples.git
				synced 2025-11-04 11:55:34 +08:00 
			
		
		
		
	@@ -22,13 +22,8 @@ server {
 | 
				
			|||||||
			return 404;
 | 
								return 404;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		client_max_body_size 0;
 | 
							client_max_body_size 0;
 | 
				
			||||||
 		keepalive_time 1071906480m;
 | 
							client_body_timeout 1071906480m;
 | 
				
			||||||
 		keepalive_requests 4294967296;
 | 
							grpc_read_timeout 1071906480m;
 | 
				
			||||||
 		client_body_timeout 1071906480m;
 | 
					 | 
				
			||||||
 		send_timeout 1071906480m;
 | 
					 | 
				
			||||||
 		lingering_close always;
 | 
					 | 
				
			||||||
 		grpc_read_timeout 1071906480m;
 | 
					 | 
				
			||||||
 		grpc_send_timeout 1071906480m;
 | 
					 | 
				
			||||||
		grpc_pass grpc://127.0.0.1:2002;
 | 
							grpc_pass grpc://127.0.0.1:2002;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user