Nginx: client intended to send too large body

Открываем конфиг:

$ sudo vim /etc/nginx/nginx.conf

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

client_max_body_size 50m;

И перезапускаем Nginx:

$ sudo service nginx restart
image_pdfimage_print

Leave a Reply

Your email address will not be published. Required fields are marked *