add selfoss

This commit is contained in:
Wonderfall
2016-04-24 13:47:47 +02:00
parent 795686b7fc
commit 22cb224fda
7 changed files with 221 additions and 0 deletions

16
selfoss/php-fpm.conf Normal file
View File

@ -0,0 +1,16 @@
[global]
daemonize = no
[www]
user = selfoss
group = selfoss
listen = /var/run/php-fpm.sock
listen.owner = selfoss
listen.group = selfoss
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
chdir = /
request_terminate_timeout = 300