1
0
Fork 0

amend nginx rate limiting urls

This commit is contained in:
Hugh Rundle 2022-10-14 21:53:51 +11:00
parent da613c9b26
commit e1513bf98d
3 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ upstream web {
server {
listen 80;
location ~ ^/(login|password-reset|resend-link) {
location ~ ^/(login[^-]|password-reset|resend-link|2fa-check) {
limit_req zone=loginlimit;
proxy_pass http://web;