Fix missed references, simplify future upgrades
All checks were successful
Build on Commit / build-and-push-image (push) Successful in 2m38s
All checks were successful
Build on Commit / build-and-push-image (push) Successful in 2m38s
This commit is contained in:
17
root/etc/php83/php-fpm.d/nginx.conf
Normal file
17
root/etc/php83/php-fpm.d/nginx.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
[nginx]
|
||||
user = nginx
|
||||
group = nginx
|
||||
|
||||
listen = /run/php-fpm/php-fpm.sock
|
||||
listen.owner = nginx
|
||||
listen.group = nginx
|
||||
listen.mode = 0750
|
||||
|
||||
pm = ondemand
|
||||
pm.max_children = 9
|
||||
pm.process_idle_timeout = 10s
|
||||
pm.max_requests = 200
|
||||
|
||||
slowlog = /dev/stdout
|
||||
request_slowlog_timeout = 60s
|
||||
catch_workers_output = yes
|
Reference in New Issue
Block a user