Nginx HTTP Configure Hierarchy
2018-08-19 18:01:35 1 举报
Nginx HTTP Configure Hierarchy是一种层次化的HTTP配置结构,用于管理和组织Nginx服务器的设置。它基于模块化的设计原则,允许用户将配置分为多个部分,并通过指令和块来定义每个部分的行为。这种层次化的配置结构使得Nginx更加灵活和可扩展,使管理员能够轻松地添加、修改或删除特定的功能。通过使用这种配置结构,用户可以更好地组织和管理他们的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 条评论
下一页