nginx学习随笔–events
- 英文原文:
Syntax: events { ... }
Default: —
Context: main
Provides the configuration file context in which the directives that affect connection processing are specified.
中文翻译:
为作用于指定的处理连接的指令提供配置的上下文环境。
本文介绍了 Nginx 中 events 块的作用及配置方法。events 块为处理连接指令提供上下文环境,是 Nginx 配置文件中关键的一部分。
Syntax: events { ... }
Default: —
Context: main
Provides the configuration file context in which the directives that affect connection processing are specified.
中文翻译:
为作用于指定的处理连接的指令提供配置的上下文环境。
846

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