Да, сработало!
Спасибо!
>>> nginx.conf:
>>> error_log /path/error.log debug;
>
> Я понял, в чём ошибка. Как временный workaround можно сделать так:
>
> location = /413.html {
> internal;
> client_max_body_size 1024g;
> root /srv/nginx;
> }
>
>
> Игорь Сысоев
> http://sysoev.ru
>