hi, i have a following sets in /location : location /test { set $level 1; my_module; } How can I read the variables value in my_module ? Thanks, Nikhitaby Nikhita - Site Suggestions
I wish to include a conf file in nginx.conf only if it exists..is it possible ??by Nikhita - How to...
I have a conf file and I want to include it in nginx.conf only if it exists....how can that be done ? Can we have an if statement before include ?by Nikhita - How to...
Hi Maxim, I shifted the timer to ngx_epoll_module.c and called it from ngx_epoll_init. My handler is still not getting invoked... What would be the right way of adding a timer ? Writing a new module all together ?by Nikhita - Nginx Mailing List - English
Hi, I am adding a timer in nginx's main loop..... if (counter == -1) { ngx_log_error(NGX_LOG_EMERG, cycle->log, 0, "counter is null adding imer"); /* Registring Timer */ ngx_ipc_event.data = &dumb; ngx_ipc_event.handler = ngx_ipc_event_handler; ngx_ipc_event.log = cycle->log; if (!ngx_ipc_event.timer_set) {by Nikhita - Nginx Mailing List - English