Access log reopening.

This commit is contained in:
Valentin Bartenev
2018-04-11 18:23:58 +03:00
parent 204c394721
commit da61cfd98b
4 changed files with 127 additions and 3 deletions

View File

@@ -37,6 +37,7 @@ nxt_port_handlers_t nxt_router_process_port_handlers = {
.mmap = nxt_port_mmap_handler,
.data = nxt_router_conf_data_handler,
.remove_pid = nxt_router_remove_pid_handler,
.access_log = nxt_router_access_log_reopen_handler,
.rpc_ready = nxt_port_rpc_handler,
.rpc_error = nxt_port_rpc_handler,
};