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
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