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 8
8
matrix :
9
9
include :
10
10
- os : ubuntu-22.04
11
- nginx-version : 1.25.3
11
+ nginx-version : 1.27.1
12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
- name : Install dependencies
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] ( http ://nginx.org) (this module is tested on version 1.25.3 ).
69
+ 1 . Grab the nginx source code from [ nginx.org] ( https ://nginx.org) (this module is tested on version 1.27.1 ).
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.25.3 .tar.gz
74
- tar -xzvf nginx-1.25.3 .tar.gz
75
- cd nginx-1.25.3 /
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 /
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