FastNetMon

Saturday 14 November 2009

Nginx: client intended to send too large body

Открываем конфиг:
vi /etc/nginx/nginx.conf

И внутрь блока http{} (допустим, под: access_log) добавляем:
client_max_body_size 50m;

И перезапускаем Nginx:
/etc/init.d/nginx restart

Ответ стырен с: тыц

No comments :

Post a Comment

Note: only a member of this blog may post a comment.