Skip to content

Commit 8d8c7ec

Browse files
committed
fix(flavor): use main branch for limit-req-rw module
Switched ngx-http-limit-req-rw-module from the 'read-write-fix' branch to the 'main' branch in flavors.json. This ensures compatibility with the latest upstream changes and simplifies future updates.
1 parent 82928c6 commit 8d8c7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flavors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"https://github.com/openresty/echo-nginx-module.git",
1010
"https://github.com/openresty/headers-more-nginx-module.git",
1111
"https://github.com/tsuru/ngx-location-name-module.git:main",
12-
"https://github.com/tsuru/ngx-http-limit-req-rw-module.git:read-write-fix",
12+
"https://github.com/tsuru/ngx-http-limit-req-rw-module.git:main",
1313
"https://github.com/FRiCKLE/ngx_cache_purge.git:pr-45",
1414
"https://github.com/wandenberg/nginx-push-stream-module.git",
1515
"https://github.com/vozlt/nginx-module-vts.git:v0.2.4",

0 commit comments

Comments
 (0)