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 1414 matrix :
1515 include :
1616 - os : ubuntu-24.04
17- nginx-version : 1.27.1
17+ nginx-version : 1.27.3
1818
1919 steps :
2020 - name : Checkout repository
Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ location = /quota {
6666
6767You can install this module manually by recompiling the standard Nginx core as follows:
6868
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 ).
70702 . Clone this repository into a newly created directory (for e.g. ` ./rate-limit-nginx-module ` )
71713 . Build the nginx source with this module:
7272``` 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 /
7676
7777git clone https://github.com/weserv/rate-limit-nginx-module rate-limit-nginx-module
7878
You can’t perform that action at this time.
0 commit comments