increase LimitRequestBody
increase LimitRequestBody
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.
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
Apache
Edit:
/home/admin/conf/web/apache2.conf
Inside VirtualHost
NGINX
Edit:
/etc/nginx/nginx.conf
Search client_max_body_size
Edit:
/home/admin/conf/web/apache2.conf
Inside VirtualHost
Code: Select all
LimitRequestBody 102400
LimitXMLRequestBody 102400
Edit:
/etc/nginx/nginx.conf
Search client_max_body_size
Code: Select all
client_max_body_size 200m