Re: Limit upload time

2023-07-30 Thread Maxim Dounin
Hello! On Fri, Jul 28, 2023 at 01:57:56PM +, Crosnier, Laurent via nginx wrote: > Hello team, > > I am trying to block uploads when they reach 10 seconds. > I tried many directives, just like this: > > + > > location / { > proxy_set_headerX-Real-IP $remote_add

Limit upload time

2023-07-28 Thread Crosnier, Laurent via nginx
Hello team, I am trying to block uploads when they reach 10 seconds. I tried many directives, just like this: + location / { proxy_set_headerX-Real-IP $remote_addr; proxy_set_headerX-Forwarded-For $remote_addr; proxy_set_headerX-Forwarded-Pro