diff options
author | Max Romanov <max.romanov@nginx.com> | 2017-09-05 10:22:44 -0700 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2017-09-05 10:22:44 -0700 |
commit | f1685e371fe8a3bb9442fe2c5e0e33f5da0ac4f9 (patch) | |
tree | ed499fb4dabc60c607f6591cafa6520a99d10803 /src/nxt_application.h | |
parent | db6d2b96877dac089e22817fc9896a45ea410d8d (diff) | |
download | unit-f1685e371fe8a3bb9442fe2c5e0e33f5da0ac4f9.tar.gz unit-f1685e371fe8a3bb9442fe2c5e0e33f5da0ac4f9.tar.bz2 |
Introducing working_directory directive for applications.
Diffstat (limited to 'src/nxt_application.h')
-rw-r--r-- | src/nxt_application.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nxt_application.h b/src/nxt_application.h index 5998e3e9..ca968299 100644 --- a/src/nxt_application.h +++ b/src/nxt_application.h @@ -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 { |