Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: can't restore backup - 413 Request Entity too large
#3
(12-30-2024, 10:24 PM)Tim Curtis Wrote: In the file /etc/php/8.2/fpm/php.ini

Try doubling these values:

Code:
upload_max_filesize = 75M
post_max_size = 75M

Thank you for the tip. Unfortunately this alone did not help.
I changed both values, first to 150M then to 300M; then restarted the box:

Code:
root@player:/etc/php/8.2/fpm# grep -EHr _max_.*size *.ini
php.ini:post_max_size = 300M
php.ini:upload_max_filesize = 300M
...but still got the same error. The zip file is 79 MB.

But then, after some googling, I adapted /etc/nginx/nginx.conf as well:

Code:
client_max_body_size 300M;
...and then, it worked.
Thanks again and best regards
Marcel
Reply


Messages In This Thread
RE: can't restore backup - 413 Request Entity too large - by abuelomg - 12-31-2024, 01:14 PM

Forum Jump: