Lines Matching defs:nxt_common_app_conf_s
107 struct nxt_common_app_conf_s { struct
108 nxt_str_t name;
109 nxt_str_t type;
110 nxt_str_t user;
111 nxt_str_t group;
113 char *stdout_log;
114 char *stderr_log;
116 char *working_directory;
117 nxt_conf_value_t *environment;
119 nxt_conf_value_t *isolation;
120 nxt_conf_value_t *limits;
122 size_t shm_limit;
123 uint32_t request_limit;
125 nxt_fd_t shared_port_fd;
126 nxt_fd_t shared_queue_fd;
128 union {
136 } u;
138 nxt_conf_value_t *self;