Skip to content

Commit

Permalink
CI: Upgrade nginx to version 1.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Sep 10, 2024
1 parent 705d37c commit 7603270
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7603270

Please sign in to comment.