mirror of https://github.com/F-Stack/f-stack.git
Update nginx doc
This commit is contained in:
parent
6d206da275
commit
eec9e77f67
|
@ -60,14 +60,14 @@ Note that:
|
||||||
```
|
```
|
||||||
user root; # root account is necessary.
|
user root; # root account is necessary.
|
||||||
fstack_conf f-stack.conf; # path of f-stack configuration file, default: $NGX_PREFIX/conf/f-stack.conf.
|
fstack_conf f-stack.conf; # path of f-stack configuration file, default: $NGX_PREFIX/conf/f-stack.conf.
|
||||||
worker_processes 1; # should be equal to the lcore count of `dpdk.lcore_mask` in f-stack.conf.
|
worker_processes 1; # should be equal to the lcore count of `dpdk.lcore_mask` in f-stack.conf.
|
||||||
|
|
||||||
events {
|
events {
|
||||||
worker_connections 102400; # increase
|
worker_connections 102400; # increase
|
||||||
use kqueue; # use kqueue
|
use kqueue; # use kqueue
|
||||||
}
|
}
|
||||||
|
|
||||||
sendfile off; # sendfile off
|
sendfile off; # sendfile off
|
||||||
```
|
```
|
||||||
|
|
||||||
## Nginx compiling
|
## Nginx compiling
|
||||||
|
|
Loading…
Reference in New Issue