mirror of
				https://github.com/mashirozx/docker-php-nginx.git
				synced 2025-05-29 01:49:24 +08:00 
			
		
		
		
	Let nginx determine the amount of worker processes based on the number of CPU's
This commit is contained in:
		
							parent
							
								
									27c9f325b0
								
							
						
					
					
						commit
						a866db2f37
					
				@ -1,4 +1,4 @@
 | 
			
		||||
worker_processes 1;
 | 
			
		||||
worker_processes auto;
 | 
			
		||||
error_log stderr warn;
 | 
			
		||||
pid /run/nginx.pid;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user