mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
add missing slash
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user