add missing slash

This commit is contained in:
Jason Ertel
2023-05-08 15:55:00 -04:00
parent c7cb11e919
commit 79a5f3a89f

View File

@@ -306,7 +306,7 @@ http {
} }
location @error429 { 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; error_page 500 502 503 504 /50x.html;