You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which offers a straightforward implementation of the fairly sophisticated [generic cell rate algorithm](https://en.wikipedia.org/wiki/Generic_cell_rate_algorithm), in 130 lines of C, without external dependencies.
12
-
12
+
13
13
*This module is not distributed with the Nginx source.*
14
14
15
15
## Status
@@ -66,13 +66,13 @@ ___location = /quota {
66
66
67
67
You can install this module manually by recompiling the standard Nginx core as follows:
68
68
69
-
1. Grab the nginx source code from [nginx.org](http://nginx.org) (this module is tested on version 1.23.4).
69
+
1. Grab the nginx source code from [nginx.org](http://nginx.org) (this module is tested on version 1.25.3).
70
70
2. Clone this repository into a newly created directory (for e.g. `./rate-limit-nginx-module`)
0 commit comments