From 79a5f3a89f6b587e4339e41eb7757fd9beb10269 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Mon, 8 May 2023 15:55:00 -0400 Subject: [PATCH] add missing slash --- salt/nginx/etc/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/nginx/etc/nginx.conf b/salt/nginx/etc/nginx.conf index 4d180cf81..f2525b6a9 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.throttle_login_rate) | round | int }}; + return 302 /login/?thr={{ (120 / NGMERGED.config.throttle_login_rate) | round | int }}; } error_page 500 502 503 504 /50x.html;