nginx-0.8.53 segfault

Maxim Dounin mdounin at mdounin.ru
Fri Jan 14 23:58:50 MSK 2011


Hello!

On Fri, Jan 14, 2011 at 09:06:28PM +0100, Maxim C. wrote:

> Thank you guys!
> Is there some workaround?

Using named location in error_page 415 should help, i.e.

    location ... {
        ...
        image_filter ...
        error_page 415 = @empty;
    }

    location @empty {
        empty_gif;
    }

Maxim Dounin



More information about the nginx mailing list