Add processes to unit
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
variables:
|
||||
HELM_CHART_VERSION: "99.6.24"
|
||||
HELM_CHART_VERSION: "99.6.25"
|
||||
|
||||
stages:
|
||||
- deploy
|
||||
|
||||
@@ -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" }}",
|
||||
|
||||
Reference in New Issue
Block a user