| 
					
				 | 
			
			
				@@ -152,9 +152,9 @@ listen.backlog = 8192 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ; BSD-derived systems allow connections regardless of permissions.  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ; Default Values: user and group are set as the running user 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ;                 mode is set to 0666 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-;listen.owner = www-data 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-;listen.group = www-data 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-;listen.mode = 0666 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+listen.owner = www-data 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+listen.group = www-data 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+listen.mode = 0660 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ; List of ipv4 addresses of FastCGI clients which are allowed to connect. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ; Equivalent to the FCGI_WEB_SERVER_ADDRS environment variable in the original 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -204,7 +204,7 @@ pm.max_children = {{ fpm_max_children }} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ; The number of child processes created on startup. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ; Note: Used only when pm is set to 'dynamic' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ; Default Value: min_spare_servers + (max_spare_servers - min_spare_servers) / 2 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-; pm.start_servers = 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+pm.start_servers = {{ fpm_start_servers }} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ; The desired minimum number of idle server processes. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ; Note: Used only when pm is set to 'dynamic' 
			 |