diff --git a/salt/nginx/etc/nginx.conf b/salt/nginx/etc/nginx.conf index 22b62760d..4d180cf81 100644 --- a/salt/nginx/etc/nginx.conf +++ b/salt/nginx/etc/nginx.conf @@ -306,7 +306,7 @@ http { } location @error429 { - return 302 /login?thr={{ (120 / NGMERGED.config.login_throttle_rate) | round | int }}; + return 302 /login?thr={{ (120 / NGMERGED.config.throttle_login_rate) | round | int }}; } error_page 500 502 503 504 /50x.html;