Good day!
Here is the NGINX Configuration, we tried everything but up to now the
upload max limit is still at 128 kb.
*/etc/nginx/nginx.conf*
worker_processes auto;
pid /run/nginx.pid;
include /etc/nginx/modules-enabled/*.conf;
events {
worker_connections 768;
# multi_accept on;
Hi there,
On Fri, Mar 01, 2024 at 04:45:07PM +0800, zen zenitram wrote:
>
> 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 se
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