First commit
This commit is contained in:
commit
95707101eb
5 changed files with 177 additions and 0 deletions
13
etc/php-fpm.d/www.conf
Normal file
13
etc/php-fpm.d/www.conf
Normal file
|
@ -0,0 +1,13 @@
|
|||
[wallabag]
|
||||
user = nobody
|
||||
group = nobody
|
||||
listen = /var/run/php-fpm_wallabag.sock
|
||||
listen.owner = www
|
||||
listen.group = www
|
||||
|
||||
pm = dynamic
|
||||
pm.max_children = 5
|
||||
pm.start_servers = 2
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 3
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue