mirror of https://github.com/F-Stack/f-stack.git
Fix a typo in doc/F-Stack_Nginx_APP_Guide.md: "kernel_network_stack" -> "proxy_kernel_network_stack".
This commit is contained in:
parent
c4dfb94e98
commit
da5549fcf6
|
@ -55,7 +55,7 @@ All the directives below are available only when ```NGX_HAVE_FSTACK``` is define
|
|||
|
||||
```
|
||||
Syntax: proxy_kernel_network_stack on | off;
|
||||
Default: kernel_network_stack off;
|
||||
Default: proxy_kernel_network_stack off;
|
||||
Context: http, stream, mail, server
|
||||
|
||||
Determines whether proxy should go through kernel network stack or fstack.
|
||||
|
|
Loading…
Reference in New Issue