Updated bind param gunicorn config file to listen on ipv6
This commit is contained in:
		
							parent
							
								
									37caf6a64a
								
							
						
					
					
						commit
						3f8c74c4af
					
				@ -1,4 +1,4 @@
 | 
			
		||||
bind = '127.0.0.1:8000'
 | 
			
		||||
bind = '[::]:8000'
 | 
			
		||||
backlog = 2048
 | 
			
		||||
workers = 3
 | 
			
		||||
worker_class = 'sync'
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user