First commit

This commit is contained in:
Yorick Barbanneau 2021-03-28 23:50:05 +02:00
commit 95707101eb
5 changed files with 177 additions and 0 deletions

13
etc/php-fpm.d/www.conf Normal file
View 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