report with docker

This commit is contained in:
usman
2025-04-24 14:18:10 +07:00
parent 59963790c0
commit 41889e060a
3508 changed files with 3761 additions and 48 deletions
+15
View File
@@ -0,0 +1,15 @@
[global]
daemonize=no
[www]
user=www-data
group=www-data
listen=127.0.0.1:9000
pm=dynamic
pm.max_children=40
pm.start_servers=2
pm.min_spare_servers=2
pm.max_spare_servers=4
pm.max_requests=500