Revert last nginx bump
authorRafael dos Santos Silva <xfalcox@gmail.com>
Wed, 28 Dec 2022 23:10:13 +0000 (20:10 -0300)
committerRafael dos Santos Silva <xfalcox@gmail.com>
Wed, 28 Dec 2022 23:17:09 +0000 (20:17 -0300)
Still investigating, but something between a Discourse site being
proxied as unicorn>nginx>haproxy>cloudflare broke on the new nginx.

image/base/install-nginx

index aa24338c0ec50af042a1772ab82b03e620878161..a1616c804d9fcaa7c15f927644412f1e189c6dd0 100755 (executable)
@@ -2,8 +2,8 @@
 set -e
 
 # version check: https://nginx.org/en/download.html
-VERSION=1.23.3
-HASH="75cb5787dbb9fae18b14810f91cc4343f64ce4c24e27302136fb52498042ba54"
+VERSION=1.21.6
+HASH="66dc7081488811e9f925719e34d1b4504c2801c81dee2920e5452a86b11405ae"
 
 cd /tmp
 wget -q https://nginx.org/download/nginx-$VERSION.tar.gz