File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### 2.2.0
4
+ - Listen to IPv6 in the [ redirector.conf] ( ../src/nginx_conf.d/redirector.conf )
5
+ in addition to IPv4.
6
+ - PR by [ @staticfloat ] [ 25 ] .
7
+ - Add ` reuseport ` in the [ redirector.conf] ( ../src/nginx_conf.d/redirector.conf ) ,
8
+ which improves latency and parallelization.
9
+ - PR by [ @staticfloat ] [ 26 ] .
10
+ - Add mentions in the changelog to people who have helped with issues.
11
+
3
12
### 2.1.0
4
13
- Made the ` create_dhparams.sh ` script capable of creating missing directories.
5
14
- Our small [ ` /docker-entrypoint.d/40-create-dhparam-folder.sh ` ] [ 17 ] script
244
253
[ 22 ] : https://github.com/JonasAlfredsson/docker-nginx-certbot
245
254
[ 23 ] : https://github.com/JonasAlfredsson/docker-nginx-certbot/issues/33
246
255
[ 24 ] : https://github.com/JonasAlfredsson/docker-nginx-certbot/issues/35
256
+ [ 25 ] : https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/44
257
+ [ 26 ] : https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/45
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ are updated.
17
17
18
18
| Major | Minor | Patch | Nginx |
19
19
| ----: | ----: | ----: | :----------------- |
20
- | 2 | 2.1 | 2.1.0 | 2.1.0-nginx1.19.10 |
20
+ | 2 | 2.2 | 2.2.0 | 2.2.0-nginx1.19.10 |
21
+ | | 2.1 | 2.1.0 | 2.1.0-nginx1.19.10 |
21
22
| | 2.0 | 2.0.1 | 2.0.1-nginx1.19.10 |
22
23
| | | 2.0.0 | 2.0.0-nginx1.19.10 |
23
24
| | | 1.3.0 | 1.3.0-nginx1.19.10 |
You can’t perform that action at this time.
0 commit comments