mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 22:55:39 +00:00
add kippo-graph and update cowrie doc
This commit is contained in:
11
kippo-graph/php-fpm.conf
Normal file
11
kippo-graph/php-fpm.conf
Normal file
@ -0,0 +1,11 @@
|
||||
[global]
|
||||
daemonize = no
|
||||
|
||||
[www]
|
||||
listen = /tmp/php-fpm.sock
|
||||
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