From 760327070037208e163ee4776fe3fbd52a608c7f Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Tue, 10 Sep 2024 14:08:22 +0200 Subject: [PATCH] CI: Upgrade nginx to version 1.27.1 --- .github/workflows/ci.yml | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04651e2..5eecc6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: matrix: include: - os: ubuntu-22.04 - nginx-version: 1.25.3 + nginx-version: 1.27.1 steps: - uses: actions/checkout@v4 - name: Install dependencies diff --git a/README.md b/README.md index 29988e2..432c2c4 100644 --- a/README.md +++ b/README.md @@ -66,13 +66,13 @@ location = /quota { You can install this module manually by recompiling the standard Nginx core as follows: -1. Grab the nginx source code from [nginx.org](http://nginx.org) (this module is tested on version 1.25.3). +1. Grab the nginx source code from [nginx.org](https://nginx.org) (this module is tested on version 1.27.1). 2. Clone this repository into a newly created directory (for e.g. `./rate-limit-nginx-module`) 3. Build the nginx source with this module: ```bash -wget https://nginx.org/download/nginx-1.25.3.tar.gz -tar -xzvf nginx-1.25.3.tar.gz -cd nginx-1.25.3/ +wget https://nginx.org/download/nginx-1.27.1.tar.gz +tar -xzvf nginx-1.27.1.tar.gz +cd nginx-1.27.1/ git clone https://github.com/weserv/rate-limit-nginx-module rate-limit-nginx-module