When using Pingvin Share I can't upload files larger than 1.9 GB.
lfac76 opened this issue · 1 comments
lfac76 commented
Hi,
I'm testing the Pingvin Share docker to share files with my family, but I can't send files larger that 1.9 GB when access the site thru NPM, when access directly works fine. How I can change the size of the file?
2023/01/03 03:04:43 [error] 1020#1020: *478 client intended to send too large body: 4834636162 bytes, client: 179.214.115.178, server: pingvin.share, request: "POST /api/shares/k1MzQxO/files HTTP/2.0", host: "pingvin.share", referrer: "https://pingvin.share/upload"
lfac76 commented
Hi,
Sorry, I "connect" to the docker and change the config file /etc/nginx/nginx.conf, altering the option "client_max_body_size 2000m;".