Skip to content

Commit

Permalink
CI: Upgrade nginx to version 1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed May 17, 2023
1 parent d71773f commit cb927ef
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.23.0
nginx-version: 1.23.4
steps:
- uses: actions/checkout@v3
- 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.23.0).
1. Grab the nginx source code from [nginx.org](http://nginx.org) (this module is tested on version 1.23.4).
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.23.0.tar.gz
tar -xzvf nginx-1.23.0.tar.gz
cd nginx-1.23.0/
wget https://nginx.org/download/nginx-1.23.4.tar.gz
tar -xzvf nginx-1.23.4.tar.gz
cd nginx-1.23.4/

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

Expand Down

0 comments on commit cb927ef

Please sign in to comment.