Introducing working_directory directive for applications.
This commit is contained in:
@@ -104,6 +104,12 @@ static nxt_conf_map_t nxt_common_app_conf[] = {
|
||||
offsetof(nxt_common_app_conf_t, group),
|
||||
},
|
||||
|
||||
{
|
||||
nxt_string("working_directory"),
|
||||
NXT_CONF_MAP_CSTRZ,
|
||||
offsetof(nxt_common_app_conf_t, working_directory),
|
||||
},
|
||||
|
||||
{
|
||||
nxt_string("workers"),
|
||||
NXT_CONF_MAP_INT32,
|
||||
|
||||
Reference in New Issue
Block a user