Add processes to unit
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
variables:
|
variables:
|
||||||
HELM_CHART_VERSION: "99.6.24"
|
HELM_CHART_VERSION: "99.6.25"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- deploy
|
- deploy
|
||||||
|
|||||||
@@ -163,6 +163,11 @@ data:
|
|||||||
"applications": {
|
"applications": {
|
||||||
"php": {
|
"php": {
|
||||||
"type": "php",
|
"type": "php",
|
||||||
|
"processes": {
|
||||||
|
"max": 10,
|
||||||
|
"spare": 1,
|
||||||
|
"idle_timeout": 20
|
||||||
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"user": {
|
"user": {
|
||||||
"display_errors": "{{ .Values.site.displayErrors | default "0" }}",
|
"display_errors": "{{ .Values.site.displayErrors | default "0" }}",
|
||||||
|
|||||||
Reference in New Issue
Block a user