Changed modules names format.

This commit is contained in:
Igor Sysoev
2017-08-31 00:42:16 +03:00
parent f0e9e3ace9
commit 738ca54ded
3 changed files with 9 additions and 9 deletions

View File

@@ -763,7 +763,7 @@ nxt_runtime_conf_init(nxt_task_t *task, nxt_runtime_t *rt)
slash = "/";
}
ret = nxt_file_name_create(rt->mem_pool, &file_name, "%s%sunit.*%Z",
ret = nxt_file_name_create(rt->mem_pool, &file_name, "%s%s*.unit.so%Z",
rt->modules, slash);
if (nxt_slow_path(ret != NXT_OK)) {
return NXT_ERROR;