- Server operating system version
- Debian 11.3
- Plesk version and microupdate number
- Plesk Obisidian v18.0.43
Version | Plesk Obsidian v18.0.43_build1800220414.18 os_Debian 11.0 |
Betriebssystem | Debian 11.3 |
How can i increase the maximum file size restriction for backup uploads server wide?
-------------------
i made these changes:
/usr/local/psa/admin/conf/php.ini
post_max_size = 21474836480
upload_max_filesize = 21474836480
/etc/sw-cp-server/config
client_max_body_size 20000m;
/usr/local/psa/admin/conf/templates/custom/server/nginxPleskAccess.php
client_max_body_size 20000m;
i also changed the response/timeout times, to give the server/client enough time for processing larger files (max execution time + max input time)
-------------------
after these changes i do not get the "413 request entity too large" anymore, so it seems to work
the problem is, all files bigger than 2 gb get following error message during upload attempt >>> "Fehler: Es wurden keine Dateien zum Hochladen ausgewählt. Wählen Sie mindestens eine Datei aus." which translates to "error, no files for upload selected, please select at least one file"
all files smaller than 2 gb upload completely normally