Skip to content

Commit 7603270

Browse files
committed
CI: Upgrade nginx to version 1.27.1
1 parent 705d37c commit 7603270

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
matrix:
99
include:
1010
- os: ubuntu-22.04
11-
nginx-version: 1.25.3
11+
nginx-version: 1.27.1
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Install dependencies

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ ___location = /quota {
6666

6767
You can install this module manually by recompiling the standard Nginx core as follows:
6868

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).
7070
2. Clone this repository into a newly created directory (for e.g. `./rate-limit-nginx-module`)
7171
3. Build the nginx source with this module:
7272
```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/
7676

7777
git clone https://github.com/weserv/rate-limit-nginx-module rate-limit-nginx-module
7878

0 commit comments

Comments
 (0)