Skip to content

Remove OpenResty override#808

Merged
atodorov merged 1 commit into
masterfrom
remove_openresty
May 13, 2026
Merged

Remove OpenResty override#808
atodorov merged 1 commit into
masterfrom
remove_openresty

Conversation

@atodorov
Copy link
Copy Markdown
Member

@atodorov atodorov commented May 7, 2026

b/c package is outdated. Rate-limit via NGINX itself.

@atodorov atodorov force-pushed the remove_openresty branch 6 times, most recently from d73f796 to b0d8087 Compare May 11, 2026 21:28
b/c package is outdated. Will rate-limit via NGINX itself.

NOTE: original rate-limiting for pages which generate errors didn't
work quite as expected and it also doesn't work with vanilla NGINX
b/c limit_req isn't processed inside an internal redirect (i.e. named
location).  What we need to do is inside the named location handler
(or a custom error_page handler) add the limit key to the zone itself
so that a subsequent request will be blocked and not processed further!
@atodorov atodorov force-pushed the remove_openresty branch from b0d8087 to 6d469e6 Compare May 13, 2026 08:11
@atodorov atodorov marked this pull request as ready for review May 13, 2026 10:51
@atodorov atodorov merged commit 5fb5d6e into master May 13, 2026
8 of 9 checks passed
@atodorov atodorov deleted the remove_openresty branch May 13, 2026 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant