Replies: 1 comment
-
Hi @miscs, Thank you for your question. The Docker images I provide for all variants mainly focus on simplifying the configuration for PHP and PHP-FPM. As for the included middleware (such as Nginx Unit), most of them use basic configurations. To update the configurations according to your needs, you can refer to my sample JSON file below, make the necessary adjustments, and then copy or mount that JSON file into the I hope this information helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
thank you for all the hard work!
For FPM I understand how to set PM_MAX_CHILDREN and other related settings by ENV. But how to set processes.max and processes.spare for Nginx Unit server? Is there also a ENV for this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions