Re: ssl_reject_handshake breaks other server blocks

2024-03-01 Thread J Carter
Hello, On Wed, 28 Feb 2024 21:45:37 -0300 Taco de Wolff wrote: > Hi, > > I've noticed at least in 1.24.0 and 1.25.4 that adding an > ssl_reject_handshake to the default server breaks SNI for other > servers. Example: > > ``` > server { > server_name _; > listen 80 default_server; >

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

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