Skip to content

Commit a616f5c

Browse files
committed
Fix nginx after upgrades
1 parent 1ee6df5 commit a616f5c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### TODO
44

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?)
66

77
### v2.0.0 - Rework config
88

@@ -12,6 +12,7 @@
1212
- Uplift: R53 recordset updates now happen synchronously as well so that Certbot can start a little faster
1313
- Fix: Node install and lint errors - thanks @samdammers!
1414
- Fix: Google Drive downloads
15+
- Fix: nginx version upgrade priority for mainline
1516
- Removed non-Graviton instance types
1617

1718
### v1.2.0 - Experimental IPv6

setup/nginx/nginx.repo

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ baseurl=http://nginx.org/packages/mainline/amzn/2023/$basearch/
1212
gpgcheck=1
1313
enabled=1
1414
gpgkey=https://nginx.org/keys/nginx_signing.key
15-
module_hotfixes=true
15+
module_hotfixes=true
16+
priority=9

0 commit comments

Comments
 (0)