From c56d2af3bcb10ca27b74c2fe123ea98dea07f0a0 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Thu, 6 Jul 2017 18:38:51 +0300 Subject: Router: read configuration from port. Controller: stub to send configuration from POST body "as is" to router. --- src/nxt_master_process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_master_process.c') diff --git a/src/nxt_master_process.c b/src/nxt_master_process.c index 54b5c11c..d2262a1b 100644 --- a/src/nxt_master_process.c +++ b/src/nxt_master_process.c @@ -166,7 +166,7 @@ nxt_master_start_router_process(nxt_task_t *task, nxt_runtime_t *rt) init->start = nxt_router_start; init->name = "router process"; init->user_cred = &rt->user_cred; - init->port_handlers = nxt_worker_process_port_handlers; + init->port_handlers = nxt_router_process_port_handlers; init->signals = nxt_worker_process_signals; init->type = NXT_PROCESS_ROUTER; -- cgit