fix(map.jinja): use upstream default for worker_connections
				
					
				
			* Close #261 * https://nginx.org/en/docs/ngx_core_module.html#worker_connections
This commit is contained in:
		
							parent
							
								
									facbaa1e39
								
							
						
					
					
						commit
						49caf8cd69
					
				@ -130,7 +130,7 @@
 | 
			
		||||
        'config': {
 | 
			
		||||
            'worker_processes': 'auto',
 | 
			
		||||
            'events': {
 | 
			
		||||
                'worker_connections': 768,
 | 
			
		||||
                'worker_connections': 512,
 | 
			
		||||
            },
 | 
			
		||||
            'http': {
 | 
			
		||||
                'sendfile': 'on',
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user