From f2d598c2cd2341b1b18bf040e6349678edc55b1b Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Wed, 28 Dec 2022 20:10:13 -0300 Subject: [PATCH] Revert last nginx bump Still investigating, but something between a Discourse site being proxied as unicorn>nginx>haproxy>cloudflare broke on the new nginx. --- image/base/install-nginx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/image/base/install-nginx b/image/base/install-nginx index aa24338..a1616c8 100755 --- a/image/base/install-nginx +++ b/image/base/install-nginx @@ -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 -- 2.25.1