Cleanup and initial commit

This commit is contained in:
2024-01-10 17:15:41 -06:00
parent 736f325590
commit bde7e8eca7
14 changed files with 422 additions and 1 deletions

View 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