mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-03 15:45:43 +00:00
update dockerfiles, clean up
This commit is contained in:
12
unmaintained/rutorrent/rootfs/etc/php7/php-fpm.conf
Normal file
12
unmaintained/rutorrent/rootfs/etc/php7/php-fpm.conf
Normal file
@ -0,0 +1,12 @@
|
||||
[www]
|
||||
user = torrent
|
||||
group = torrent
|
||||
listen = /var/run/php-fpm.sock
|
||||
listen.owner = torrent
|
||||
listen.group = torrent
|
||||
pm = dynamic
|
||||
pm.max_children = 5
|
||||
pm.start_servers = 2
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 3
|
||||
chdir = /
|
Reference in New Issue
Block a user