Skip to content

Commit 0dca5d5

Browse files
committed
CI: Upgrade nginx to version 1.27.3
1 parent 970190e commit 0dca5d5

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
@@ -14,7 +14,7 @@ jobs:
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

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](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).
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.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

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

0 commit comments

Comments
 (0)