File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### TODO
4
4
5
- - Check nginx > 1.24 being reverted when Amazon Linux 2023 installs security updates (doesn't use mainline ?)
5
+ - Find a way to make LetsEncrypt logs nicer (instead of one terminal line per entry ?)
6
6
7
7
### v2.0.0 - Rework config
8
8
12
12
- Uplift: R53 recordset updates now happen synchronously as well so that Certbot can start a little faster
13
13
- Fix: Node install and lint errors - thanks @samdammers !
14
14
- Fix: Google Drive downloads
15
+ - Fix: nginx version upgrade priority for mainline
15
16
- Removed non-Graviton instance types
16
17
17
18
### v1.2.0 - Experimental IPv6
Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ baseurl=http://nginx.org/packages/mainline/amzn/2023/$basearch/
12
12
gpgcheck=1
13
13
enabled=1
14
14
gpgkey=https://nginx.org/keys/nginx_signing.key
15
- module_hotfixes=true
15
+ module_hotfixes=true
16
+ priority=9
You can’t perform that action at this time.
0 commit comments