add more deployment files

This commit is contained in:
lubiana 2024-06-17 22:41:47 +02:00
parent b4bc4dba1b
commit 9f5bb8ce9f
No known key found for this signature in database
8 changed files with 48 additions and 16 deletions

View file

@ -0,0 +1,10 @@
[www]
user = nobody
group = nobody
listen = /var/run/php-fpm.sock
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3