【Openresty】Nginx Lua的 執行階段
#config 區塊 基本配置
... # 全域性區塊
event{ # events 區塊
...
}
http{ # http 區塊
server{ # server 區塊
location{ # location 區塊
...
}
}
}