History log of /f-stack/doc/F-Stack_Nginx_APP_Guide.md (Results 1 – 17 of 17)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v1.21.1, v1.21, v1.20, v1.13
# 28e10b57 31-Oct-2019 fengbojiang(姜凤波) <[email protected]>

modify nginx-1.11.10 to nginx 1.16.1 in tutorial.


Revision tags: v1.12
# 9b563dfe 26-Apr-2018 陈威 <[email protected]>

Update F-Stack_Nginx_APP_Guide.md

The context of `schedule_timeout` is `main`.


# 55d550ae 26-Apr-2018 陈威 <[email protected]>

Update F-Stack_Nginx_APP_Guide.md

The context of `schedule_timeout` is `main`.


# edbcaf6e 09-Feb-2018 陈威 <[email protected]>

Update F-Stack_Nginx_APP_Guide.md


# f8aeb5eb 09-Feb-2018 陈威 <[email protected]>

Update F-Stack_Nginx_APP_Guide.md


# d1d95d51 05-Feb-2018 chenwei <[email protected]>

Nginx : directive proxy_kernel_network_stack
1. Add a new directive proxy_kernel_network_stack :
Syntax: proxy_kernel_network_stack on | off;
Default: proxy_kernel_network_stack off;
Co

Nginx : directive proxy_kernel_network_stack
1. Add a new directive proxy_kernel_network_stack :
Syntax: proxy_kernel_network_stack on | off;
Default: proxy_kernel_network_stack off;
Context: http, stream, mail, server
This directive is available only when NGX_HAVE_FF_STACK is defined.
Determines whether proxy should go throught kernel network stack or fstack.
2.Update F-Stack_Nginx_APP_Guide.md

show more ...


# 3d7e1b6b 05-Feb-2018 chenwei <[email protected]>

Nginx : directive proxy_kernel_network_stack
1. Add a new directive proxy_kernel_network_stack :
Syntax: proxy_kernel_network_stack on | off;
Default: proxy_kernel_network_stack off;
Co

Nginx : directive proxy_kernel_network_stack
1. Add a new directive proxy_kernel_network_stack :
Syntax: proxy_kernel_network_stack on | off;
Default: proxy_kernel_network_stack off;
Context: http, stream, mail, server
This directive is available only when NGX_HAVE_FF_STACK is defined.
Determines whether proxy should go throught kernel network stack or fstack.
2.Update F-Stack_Nginx_APP_Guide.md

show more ...


# bb4234c8 26-Jan-2018 陈威 <[email protected]>

Update F-Stack_Nginx_APP_Guide.md

Add description of directive ```kernel_network_stack```.


# 8461d8a7 26-Jan-2018 陈威 <[email protected]>

Update F-Stack_Nginx_APP_Guide.md

Add description of directive ```kernel_network_stack```.


# d918f1d3 26-Jan-2018 陈威 <[email protected]>

Update F-Stack_Nginx_APP_Guide.md

Handle fstack in nginx ```work process cycle```. Refer to #151.


# 68458806 26-Jan-2018 陈威 <[email protected]>

Update F-Stack_Nginx_APP_Guide.md

Handle fstack in nginx ```work process cycle```. Refer to #151.


Revision tags: v1.11
# 63fb3d1f 05-Sep-2017 logwang <[email protected]>

Fix nginx coredump on virtio vm and support kni.

1.close #67.
2.replace ff_primary process to primary worker process(the first one to
start and the last one to exit).
3.it's not graceful to reload.


# eec9e77f 31-Aug-2017 logwang <[email protected]>

Update nginx doc


# 6d206da2 31-Aug-2017 logwang <[email protected]>

Update nginx doc


# b14f72a4 23-Aug-2017 logwang <[email protected]>

Update doc/F-Stack_Nginx_APP_Guide.md


# 40600211 23-Aug-2017 logwang <[email protected]>

Support nginx reload.

close #12.
For more details, see doc/F-Stack_Nginx_APP_Guide.md.


# a9643ea8 21-Apr-2017 logwang <[email protected]>

init