prepare for alt login

This commit is contained in:
Jason Ertel
2023-07-14 17:03:20 -04:00
parent 5cc752f128
commit b129b4ceaa
2 changed files with 2 additions and 3 deletions

View File

@@ -146,7 +146,7 @@ http {
proxy_set_header X-Forwarded-Proto $scheme;
}
location ~ ^/auth/.*?(login) {
location ~ ^/auth/.*?(login|oidc/callback/) {
rewrite /auth/(.*) /$1 break;
limit_req zone=auth_throttle burst={{ NGINXMERGED.config.throttle_login_burst }} nodelay;
limit_req_status 429;