nginx学习随笔–use
- 英文原文:
Syntax: use method;
Default: —
Context: events
Specifies the connection processing method to use. There is normally no need to specify it explicitly, because nginx will by default use the most efficient method.
中文翻译:
指定要使用的connection processing方法。一般不需要特别指定,nginx会默认使用最有效的方法。
本文介绍了Nginx中关于连接处理方法的配置选项。通常情况下,Nginx能够自动选择最优的方法来处理连接,但在某些特定场景下,可能需要手动指定处理方式。

474

被折叠的 条评论
为什么被折叠?



