shift-org / shift-docs

Shift2Bikes: website and calendar for shift and pedalpalooza
https://shift2bikes.org
Other
22 stars 17 forks source link

Update nginx #767

Closed carrythebanner closed 4 months ago

carrythebanner commented 4 months ago

We're a few versions behind with nginx. The latest supported versions as of this writing are v1.27.0 ("mainline" branch) and v1.26.1 ("stable" branch). See https://endoflife.date/nginx for details.

We should jump up to at least the stable branch, but to do so we'll need to address the issue noted in PR #722:

We use the 'ssl' directive which was marked as deprecated in 1.15 of nginx and removed in 1.25.1

If that's easy to fix, we should just do that and get up to v1.26. If it's more complex, we could at least get up to v1.24 and then work on that issue as a follow-up. (Note that v1.24 is also EOL, but just barely.)