Re: Ошибка 413

Veryazov Sergey veryazov at mail.ru
Fri Aug 11 20:30:15 MSD 2006


Да, сработало!
Спасибо!

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






More information about the nginx-ru mailing list