Introducing working_directory directive for applications.

This commit is contained in:
Max Romanov
2017-09-05 10:22:44 -07:00
parent db6d2b9687
commit f1685e371f
4 changed files with 36 additions and 0 deletions

View File

@@ -57,6 +57,8 @@ struct nxt_common_app_conf_s {
nxt_str_t user;
nxt_str_t group;
char *working_directory;
uint32_t workers;
union {