Added configure options --prefix=PATH and --log=FILE.
A prefix is prepended to all relative names at configure stage. There is no prefix by default. A log file name can be relative. The default log file name is "nginext.log".
This commit is contained in:
@@ -59,7 +59,7 @@ struct nxt_runtime_s {
|
||||
nxt_user_cred_t user_cred;
|
||||
const char *group;
|
||||
const char *pid;
|
||||
const char *error_log;
|
||||
const char *log;
|
||||
|
||||
nxt_queue_t engines; /* of nxt_event_engine_t */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user