f-stack/app/nginx-1.11.10/conf
chenwei 3ce9eefdd7 Nginx: support kernel network stack, so we can do what fstack can't do,
e.g. unix socket, ipc (with APP on kernel network stack), packet from kernel network stack.
1. Add a new directive kernel_network_stack :
    Syntax: 	kernel_network_stack on | off;
    Default: 	kernel_network_stack off;
   Context: 	http, server
  This directive is available only when NGX_HAVE_FF_STACK is defined.
  Determines whether server should run on kernel network stack or fstack.
2. Use a simpler and  more effective solution to discriminate fstack fd(file descriptor, only socket for now) from kernel fd.
2017-12-08 18:32:08 +08:00
..
f-stack.conf Configuration: optimize the description. 2017-12-01 16:53:57 +08:00
fastcgi.conf init 2017-04-21 18:43:26 +08:00
fastcgi_params init 2017-04-21 18:43:26 +08:00
koi-utf init 2017-04-21 18:43:26 +08:00
koi-win init 2017-04-21 18:43:26 +08:00
mime.types init 2017-04-21 18:43:26 +08:00
nginx.conf Nginx: support kernel network stack, so we can do what fstack can't do, 2017-12-08 18:32:08 +08:00
scgi_params init 2017-04-21 18:43:26 +08:00
uwsgi_params init 2017-04-21 18:43:26 +08:00
win-utf init 2017-04-21 18:43:26 +08:00