Update nginx doc

This commit is contained in:
logwang 2017-08-31 17:39:11 +08:00
parent 8c92b6e17e
commit 6d206da275
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ F-Stack is an open source network framework based on DPDK. F-Stack supports stan
- worker process has 2 threads. main thread: ff_init(secondary);ff_run(worker_process_cycle), channel thread: loop(handle channel event).
Note that:
- kni couldn't be enabled in this version, because kni is only processed by primary and worker `ff_primary` won't execute `ff_run()`.
- supported nginx signals: reload(HUP)/reopen(USR1)/stop(TERM).
- unsupported nginx signals: NGX_CHANGEBIN_SIGNAL(USR2).