mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 10:31:59 -04:00
19 lines
473 B
Text
19 lines
473 B
Text
[standardebooks.test]
|
|
user = www-data
|
|
group = www-data
|
|
|
|
listen = /run/php/standardebooks.test.sock
|
|
listen.owner = www-data
|
|
listen.group = www-data
|
|
|
|
pm = ondemand
|
|
pm.max_children = 10
|
|
pm.process_idle_timeout = 30s
|
|
pm.max_requests = 200
|
|
|
|
request_slowlog_timeout = 10s
|
|
slowlog = /var/log/local/php-fpm-slow.log
|
|
catch_workers_output = yes
|
|
|
|
php_admin_value[include_path] = /standardebooks.org/web/lib:/standardebooks.org/web/vendor
|
|
php_admin_value[auto_prepend_file] = Core.php
|