Ok, so I managed this to work, needed to add ngx_http_send_header and
ngx_http_finalize_request:
static void simple_timeout_handler(ngx_event_t* timeout_event)
{
ngx_int_t result;
ngx_http_request_t* request;
ngx_log_debug0(NGX_LOG_DEBUG_HTTP, timeout_event->log, 0,
"SIMPLE TIMEOUT TIME
Hello!
On Fri, May 22, 2015 at 03:46:13PM +0300, Valentin V. Bartenev wrote:
> On Friday 22 May 2015 09:45:52 tanfen...@banggood.cn wrote:
> >
> > On Thursday 21 May 2015 20:16:18 谭芬芬 wrote:
> > > Hello,
> > >
> > >
> > > This is Amily.
> > > I meet a problem while using nginx1.4.6 and nginx1.
On Thursday 21 May 2015 18:52:25 smsmaddy1981 wrote:
> Can somebody answer my query pls.?
>
You're probably right about the proxying loop, but there's no
way to answer your question until you provide some information.
It's always a good idea to start any question with providing output
of "nginx
On Friday 22 May 2015 09:45:52 tanfen...@banggood.cn wrote:
>
> On Thursday 21 May 2015 20:16:18 谭芬芬 wrote:
> > Hello,
> >
> >
> > This is Amily.
> > I meet a problem while using nginx1.4.6 and nginx1.8.0 for web service.
> >
> [..]
> ?
> Could you reproduce the problem without 3rd-party module