From f1685e371fe8a3bb9442fe2c5e0e33f5da0ac4f9 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Tue, 5 Sep 2017 10:22:44 -0700 Subject: Introducing working_directory directive for applications. --- src/nxt_application.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nxt_application.h') 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 { -- cgit