poddypodman
All checks were successful
/ ls (pull_request) Successful in 29s

This commit is contained in:
lubiana 2024-06-18 22:12:36 +02:00
parent 9f5bb8ce9f
commit ec46bf2884
No known key found for this signature in database
4 changed files with 29 additions and 5 deletions

View file

@ -0,0 +1,6 @@
:8087 {
root * /var/www/html/public
php_fastcgi unix//var/run/php-fpm.sock
file_server
encode zstd gzip
}

View file

@ -0,0 +1,10 @@
[www]
user = nobody
group = nobody
listen = 9001
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3