servnest
/
system
Archived
1
0
Fork 0
This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
system/config/php-fpm/niver.conf

27 lines
400 B
Plaintext

[niver]
user = php-$pool
group = knot
listen = /run/php/$pool.sock
listen.owner = www-data
listen.group = www-data
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
access.log = /var/log/php/$pool-access.log
chdir = /var/www/$pool
catch_workers_output = yes
decorate_workers_output = yes
clear_env = yes
security.limit_extensions = .php