Hi list,
Before applying new rate limit values, I would like to check if these
rules will have an impact on legitimate clients.
Is there a way to either set these rules in a "log only" mode, or a
tool to analyse existing logs and see if the rule would have been
triggered ?
Thanks,
Adrien
__
Hi again,
I found the problem: I had `proxy_set_headerHost $host;` in
the configuration file.
If I replace this line by `proxy_set_headerHost
$http_host;` the port is now correctly set on http 302.
Regards,
> Hi list,
>
> I have a web app proxied by nginx. Everything works
Hi list,
I have a web app proxied by nginx. Everything works fine locally.
However the web server is on our private network and I would like to
access it though a ssh tunnel from the outside.
Most operations works fine except when the web app returns a 302
redirection. In that case it seems that n