Is there a wait to get at a module's main conf inside the loc conf's init?

Maxim Dounin mdounin at mdounin.ru
Thu Aug 10 10:43:49 UTC 2017


Hello!

On Wed, Aug 09, 2017 at 09:33:59PM -0400, ptcell wrote:

> From the debugger I can see that it's probably some offset into
> cf->ctx[index].main_conf, but I don't see anyway of knowing what that index
> is inside the loc create callback.
> 
> Is there any other way of getting this?    Getting it at loc merge time
> would be acceptable too.

Try ngx_http_conf_get_module_main_conf().

(Doing so in the create_loc_conf callback is probably pointless 
though, as main conf contents can be changed later.)

-- 
Maxim Dounin
http://nginx.org/


More information about the nginx mailing list