File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
matrix :
15
15
include :
16
16
- os : ubuntu-24.04
17
- nginx-version : 1.27.1
17
+ nginx-version : 1.27.3
18
18
19
19
steps :
20
20
- name : Checkout repository
Original file line number Diff line number Diff line change @@ -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] ( https://nginx.org ) (this module is tested on version 1.27.1 ).
69
+ 1 . Grab the nginx source code from [ nginx.org] ( https://nginx.org ) (this module is tested on version 1.27.3 ).
70
70
2 . Clone this repository into a newly created directory (for e.g. ` ./rate-limit-nginx-module ` )
71
71
3 . Build the nginx source with this module:
72
72
``` bash
73
- wget https://nginx.org/download/nginx-1.27.1 .tar.gz
74
- tar -xzvf nginx-1.27.1 .tar.gz
75
- cd nginx-1.27.1 /
73
+ wget https://nginx.org/download/nginx-1.27.3 .tar.gz
74
+ tar -xzvf nginx-1.27.3 .tar.gz
75
+ cd nginx-1.27.3 /
76
76
77
77
git clone https://github.com/weserv/rate-limit-nginx-module rate-limit-nginx-module
78
78
You can’t perform that action at this time.
0 commit comments