Enable SO_REUSEPORT for simplier load balancing
This commit is contained in:
		
							parent
							
								
									d549a77ebe
								
							
						
					
					
						commit
						b5dee25b37
					
				| 
						 | 
				
			
			@ -56,6 +56,7 @@ settings:
 | 
			
		|||
  port = Port(cfg.port)
 | 
			
		||||
  staticDir = cfg.staticDir
 | 
			
		||||
  bindAddr = cfg.address
 | 
			
		||||
  reusePort = true
 | 
			
		||||
 | 
			
		||||
routes:
 | 
			
		||||
  get "/":
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue