ngx_http_addition_module
示例配置
location / {
add_before_body /before_action;
add_after_body /after_action;
}指令
add_before_body
add_after_body
addition_types
原文档
Last updated
location / {
add_before_body /before_action;
add_after_body /after_action;
}Last updated