Constant NGX_HTTP_MAIN_CONF_OFFSET

Source
pub const NGX_HTTP_MAIN_CONF_OFFSET: usize = _; // 0usize
Expand description

The offset of the main_conf field in the ngx_http_conf_ctx_t struct.

This is used to access the main configuration context for an HTTP module.