Add processes to unit

This commit is contained in:
2023-07-18 23:39:38 +02:00
parent 81a2fb2c7f
commit 63f651d622
2 changed files with 6 additions and 1 deletions

View File

@@ -163,6 +163,11 @@ data:
"applications": {
"php": {
"type": "php",
"processes": {
"max": 10,
"spare": 1,
"idle_timeout": 20
},
"options": {
"user": {
"display_errors": "{{ .Values.site.displayErrors | default "0" }}",