File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
312### 2.1.0
413- Made the ` create_dhparams.sh ` script capable of creating missing directories.
514 - Our small [ ` /docker-entrypoint.d/40-create-dhparam-folder.sh ` ] [ 17 ] script
244253[ 22 ] : https://github.com/JonasAlfredsson/docker-nginx-certbot
245254[ 23 ] : https://github.com/JonasAlfredsson/docker-nginx-certbot/issues/33
246255[ 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.
1717
1818| Major | Minor | Patch | Nginx |
1919| ----: | ----: | ----: | :----------------- |
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 |
2122| | 2.0 | 2.0.1 | 2.0.1-nginx1.19.10 |
2223| | | 2.0.0 | 2.0.0-nginx1.19.10 |
2324| | | 1.3.0 | 1.3.0-nginx1.19.10 |
You can’t perform that action at this time.
0 commit comments