33 lines
		
	
	
		
			725 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			725 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [system-worker]
 | |
| user = www-data
 | |
| group = www-data
 | |
| pm = dynamic
 | |
| pm.max_children = 15
 | |
| pm.start_servers = 2
 | |
| pm.min_spare_servers = 2
 | |
| pm.max_spare_servers = 4
 | |
| listen = [::]:9001
 | |
| access.log = /proc/self/fd/2
 | |
| clear_env = no
 | |
| catch_workers_output = yes
 | |
| php_admin_value[memory_limit] = 256M
 | |
| php_admin_value[max_execution_time] = 1200
 | |
| php_admin_value[max_input_time] = 1200
 | |
| 
 | |
| [web-worker]
 | |
| user = www-data
 | |
| group = www-data
 | |
| pm = dynamic
 | |
| pm.max_children = 50
 | |
| pm.start_servers = 2
 | |
| pm.min_spare_servers = 2
 | |
| pm.max_spare_servers = 4
 | |
| listen = [::]:9002
 | |
| access.log = /proc/self/fd/2
 | |
| clear_env = no
 | |
| catch_workers_output = yes
 | |
| php_admin_value[memory_limit] = 256M
 | |
| php_admin_value[max_execution_time] = 1200
 | |
| php_admin_value[max_input_time] = 1200
 | |
| 
 |