mirror of https://github.com/F-Stack/f-stack.git
e340d433ea
When nginx is configured like this: ``` server { listen 8000; kernel_network_stack on; location / { proxy_pass http://127.0.0.1:8080/; } } ``` nginx will crash, becasue kernel network stack is handled in a single thread, but we have hijacked all the socket apis, it causes that all apis enter to f-stack's path which is in main thread. |
||
---|---|---|
.. | ||
auto | ||
conf | ||
contrib | ||
html | ||
man | ||
src | ||
CHANGES | ||
CHANGES.ru | ||
LICENSE | ||
README | ||
configure |
README
Documentation is available at http://nginx.org