Fix a typo in doc/F-Stack_Nginx_APP_Guide.md: "kernel_network_stack" -> "proxy_kernel_network_stack".

This commit is contained in:
fengbojiang 2024-08-27 21:06:29 +08:00
parent 22d1958de6
commit 768e48cd48
1 changed files with 1 additions and 1 deletions

View File

@ -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.