Initial commit
This commit is contained in:
12
files/php-fpm.conf
Normal file
12
files/php-fpm.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
[www]
|
||||
user = privatebin
|
||||
group = privatebin
|
||||
listen = /var/run/php-fpm.sock
|
||||
listen.owner = privatebin
|
||||
listen.group = privatebin
|
||||
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