mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-12-04 20:08:02 +01:00
12 lines
273 B
INI
12 lines
273 B
INI
|
; based on https://github.com/dead-guru/devichan/blob/master/php-fpm/custom.ini
|
||
|
|
||
|
memory_limit = 2G
|
||
|
max_execution_time = 30
|
||
|
upload_max_filesize = 2G
|
||
|
post_max_size = 2G
|
||
|
pm = dynamic
|
||
|
pm.max_children = 20
|
||
|
pm.start_servers = 5
|
||
|
pm.min_spare_servers = 3
|
||
|
pm.max_spare_servers = 10
|