From a18d429fc27d00068487c6cdf4c84a20543089b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Mon, 2 Jan 2023 05:37:39 +0100 Subject: [PATCH] Update install --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index b86da86..2c4854c 100644 --- a/install +++ b/install @@ -223,7 +223,7 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in # Nginx cd /opt/ && wget https://nginx.org/download/nginx-${JAMMY_VERSION_NGINX}.tar.gz && tar xf nginx-${JAMMY_VERSION_NGINX}.tar.gz && rm -Rf nginx-${JAMMY_VERSION_NGINX}.tar.gz cd /opt/nginx-${JAMMY_VERSION_NGINX} && curl -s https://raw.githubusercontent.com/hakasenyang/openssl-patch/master/nginx_hpack_push_1.15.3.patch > hpack_push.patch && patch -p1 < hpack_push.patch - cd /opt/nginx-${FOCAL_VERSION_NGINX} && ./configure --with-compat \ + cd /opt/nginx-${JAMMY_VERSION_NGINX} && ./configure --with-compat \ --user=nginx \ --group=nginx \ --sbin-path=/usr/sbin/nginx \