You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/docs/7.reference/1.environment-variable-specification.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,5 +70,5 @@ We like to customize our images on a per app basis using environment variables.
70
70
`UNIT_CONFIG_FILE`<br />*Default: "/etc/unit/config.d/config.json"*|Path to the Unit configuration file. One will be generated automatically by default. (<atarget="_blank"href="https://unit.nginx.org/configuration/#">Official Docs</a>)| unit
71
71
`UNIT_PROCCESSES_IDLE_TIMEOUT`<br />*Default: "30"*|The maximum time in seconds that an idle process will be kept alive. (<atarget="_blank"href="https://unit.nginx.org/configuration/#application-processes">Official Docs</a>)| unit
72
72
`UNIT_PROCCESSES_MAX`<br />*Default: "20"*|The maximum number of application processes that can be started. (<atarget="_blank"href="https://unit.nginx.org/configuration/#application-processes">Official Docs</a>)| unit
73
-
`UNIT_PROCCESSES_SPARE`<br />*Default: "5"*|Minimum number of idle processes that Unit tries to maintain for an app. (<atarget="_blank"href="https://unit.nginx.org/configuration/#application-processes">Official Docs</a>)| unit
73
+
`UNIT_PROCCESSES_SPARE`<br />*Default: "2"*|Minimum number of idle processes that Unit tries to maintain for an app. (<atarget="_blank"href="https://unit.nginx.org/configuration/#application-processes">Official Docs</a>)| unit
74
74
`UNIT_WEBROOT`<br />*Default: "/var/www/html/public"*|Base directory of the app’s file structure. All URI paths are relative to it. (<atarget="_blank"href="https://unit.nginx.org/configuration/#php">Official Docs</a>)| unit
0 commit comments