forked from lubiana/futtern
14 lines
No EOL
263 B
Text
14 lines
No EOL
263 B
Text
[www]
|
|
|
|
user = nobody
|
|
group = nobody
|
|
listen = 9001
|
|
pm = dynamic
|
|
pm.max_children = 5
|
|
pm.start_servers = 2
|
|
pm.min_spare_servers = 1
|
|
pm.max_spare_servers = 3
|
|
env[APP_ENV]=$APP_ENV
|
|
env[APP_SECRET]=$APP_SECRET
|
|
error_log = /var/log/php-fpm.log
|
|
catch_workers_output = yes |