Good day!
We have Institutional Repository that is made with the use of Eprints, It
has no problem uploading file up to 1 gb as default when in local access.
but when we use NGINX as the reverse proxy it only accept up to 128 kb
file. Does PERL CGI affects the upload limit over NGINX? we already
>
> fastcgi_param PHP_VALUE "upload_max_filesize = 500M \n post_max_size=500M"
>
> ```
>
> Here is a reference link mentioning it:
> https://serverfault.com/a/704209
>
> On Tue, Apr 23, 2024, 4:49 AM zen zenitram wrote:
>
>> Good day!
>>
>> Here
Good day!
We have an Institutional Repository server that uses NGINX as load balancer
but we encountered problem when trying to upload documents to the
repository. It only accepts maximum of 128 kb of data, but the
client_max_body_size 500M;. Is there a way to locate the cause of error.
Here are
rn 404; # managed by Certbot
client_max_body_size 500M;
}
Can anyone help us solve our max upload size limit.
Our server is set to https only access.
Thank you!
On Fri, Mar 1, 2024 at 11:27 PM Sergey A. Osokin wrote:
> Hi there,
>
> On Fri, Mar 01, 2024 at 04:45:07PM +080
Good day!
We created an institutional repository with eprints and using NGINX as load
balancer, but we encountered problem in uploading file to our repository.
It only alccepts 128 kb file upload, the client_max_body_size is set to 2
gb.
but still it only accepts 128 kb max upload size.
How to