Using ngx_conf_t

Maxim Dounin mdounin at mdounin.ru
Tue Jul 3 18:43:13 UTC 2012


Hello!

On Tue, Jul 03, 2012 at 01:59:41PM -0400, munkhabi wrote:

> Hello all,
> Is it possible to get ngx_conf_t in a handler? If it is, how to get it?

The ngx_conf_t is a type of a structure used for configuration 
parsing.  It only exists during configuration parsing, and 
obviously you can't access it after configuration parsing is 
complete.

Maxim Dounin



More information about the nginx mailing list