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