Re: NGINX upload limit

2024-04-15 Thread zen zenitram
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;

Re: NGINX upload limit

2024-03-01 Thread Sergey A. Osokin
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

NGINX upload limit

2024-03-01 Thread zen zenitram
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