Page 1 of 1

increase LimitRequestBody

Posted: Tue May 03, 2016 3:25 pm
by phwac
Hi there, i would like to ask if one of you can help me with increasing the "LimitRequestBody" on my server..


I'm a total noob, I highly appreciate if you are able to help me a step by step guidance.

Thanks in advance.

Re: increase LimitRequestBody

Posted: Wed May 04, 2016 10:53 am
by skurudo
Apache

Edit:
/home/admin/conf/web/apache2.conf

Inside VirtualHost

Code: Select all

 LimitRequestBody 102400
 LimitXMLRequestBody 102400
NGINX

Edit:
/etc/nginx/nginx.conf

Search client_max_body_size

Code: Select all

 client_max_body_size  200m