Skip to content

Commit 57f5136

Browse files
authored
Update readme.md
1 parent a794745 commit 57f5136

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ docker pull ghcr.io/macbre/nginx-http3:latest
2222
* [`headers-more-nginx-module`](https://github.com/openresty/headers-more-nginx-module#readme) - sets and clears HTTP request and response headers
2323
* [`ngx_brotli`](https://github.com/google/ngx_brotli#configuration-directives) - adds [brotli response compression](https://datatracker.ietf.org/doc/html/rfc7932)
2424
* [`ngx_http_geoip2_module`](https://github.com/leev/ngx_http_geoip2_module#download-maxmind-geolite2-database-optional) - creates variables with values from the maxmind geoip2 databases based on the client IP
25-
* [`njs` module](https://nginx.org/en/docs/njs/) - a subset of the JavaScript language that allows extending nginx functionality
25+
* [`njs` module](https://nginx.org/en/docs/njs/) - a subset of the JavaScript language that allows extending nginx functionality ([GitHub repository](https://github.com/nginx/njs))
2626

2727
```
2828
$ docker run -it macbre/nginx-http3 nginx -V
@@ -84,7 +84,7 @@ configure arguments:
8484
--add-dynamic-module=/usr/src/ngx_http_geoip2_module
8585
8686
$ docker run -it macbre/nginx-http3 njs -v
87-
0.8.4
87+
0.8.5
8888
```
8989

9090
## SSL Grade A+ handling

0 commit comments

Comments
 (0)