fix redirection
This commit is contained in:
		
					parent
					
						
							
								ef5d1c0f2a
							
						
					
				
			
			
				commit
				
					
						c47efbfc93
					
				
			
		
					 6 changed files with 72 additions and 49 deletions
				
			
		|  | @ -8,8 +8,8 @@ use tokio::time::Duration; | |||
| #[derive(Debug, Clone)] | ||||
| pub struct Globals { | ||||
|   pub listen_sockets: Vec<SocketAddr>, | ||||
|   pub http_port: Option<u32>, | ||||
|   pub https_port: Option<u32>, | ||||
|   pub http_port: Option<u16>, | ||||
|   pub https_port: Option<u16>, | ||||
| 
 | ||||
|   pub timeout: Duration, | ||||
|   pub max_clients: usize, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jun Kurihara
				Jun Kurihara