Re: Status code 000 in the logs

2013-09-16 Thread Maxim Dounin
Hello! On Mon, Sep 16, 2013 at 12:22:17PM -0400, monkeybrain wrote: > What does status code 000 mean in the Nginx logs? I have the following in > the config: > > location = /get-img.pl > { > limit_req zone=slow burst=10; > proxy_pass http://service_pe

Status code 000 in the logs

2013-09-16 Thread monkeybrain
What does status code 000 mean in the Nginx logs? I have the following in the config: location = /get-img.pl { limit_req zone=slow burst=10; proxy_pass http://service_perl; } get-img.pl generates an image, writes it to disk and then returns "X-