# apisix-nginx-module **Repository Path**: pacify/apisix-nginx-module ## Basic Information - **Project Name**: apisix-nginx-module - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-06 - **Last Updated**: 2026-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # APISIX Nginx Module ## Directive ### apisix_delay_client_max_body_check [on|off] default: off Delay client_max_body_size check until the body is read. ### apisix_mirror_on_demand [on|off] default: off Disable request mirror until we enable it in the Lua code. ## Block ### lua Apply ngx.shared.DICT that shared by http and stream subsystem. example: ```nginx lua { lua_shared_dict prometheus-metrics 15m; } ```