Nginx HTTP Configure Hierarchy
2015-06-24 19:41:44 15 举报
Nginx HTTP Configure Hierarchy指的是Nginx服务器中HTTP配置的层级结构。它包括全局块、events块、http块和server块。全局块包含了影响整个服务器的指令;events块定义了影响服务器或与用户的网络连接的指令;http块包含了针对特定HTTP请求的配置指令;而server块则负责处理特定的服务请求。这些块之间具有嵌套关系,且指令会按照指定的顺序进行解析和应用。通过合理地组织和管理这个层次结构中的指令,可以实现灵活而高效的Nginx服务器配置,以满足不同应用场景的需求。
作者其他创作
大纲/内容
http loc conf
void** srv_conf
server
void** loc_conf
void *
locaction
modulescommands
location
conf_ctx
...
number ofhttp module.referred byctx_index
index
number ofall nginx module.referred bymodule-index
cycle
location name
main
void** main_conf
\"location\" command
ctx
nginx ctx
http core module
location conf
parent vs child
http main conf
main conf
create
\"server\" command
location's loc conf
server's loc conf
http ctx
server conf
http module
name array
ctx_index
modulecommands
server's srv conf
http srv conf
srv conf array
0 条评论
下一页