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:
5
root/etc/php83/php-fpm.conf
Normal file
5
root/etc/php83/php-fpm.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
[global]
|
||||
pid = /run/php-fpm/php-fpm.pid
|
||||
error_log = /config/logs/php/error.log
|
||||
log_level = warning
|
||||
include=/etc/php/php-fpm.d/*.conf
|
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