mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
15 lines
292 B
Plaintext
15 lines
292 B
Plaintext
[global]
|
|
daemonize = no
|
|
|
|
[www]
|
|
user = www-data
|
|
group = www-data
|
|
listen = ${ADDRESS}:${PORT}
|
|
pm = dynamic
|
|
pm.max_children = 5
|
|
pm.start_servers = 2
|
|
pm.min_spare_servers = 1
|
|
pm.max_spare_servers = 3
|
|
clear_env = no
|
|
php_admin_value[upload_max_filesize] = 100M
|
|
php_admin_value[post_max_size] = 100M |