From d6c6ffac30112e68426a00582966d0f37fe988fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Sat, 5 May 2018 13:29:24 +0200 Subject: [PATCH 1/2] Update install --- install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install b/install index ca7ca5a..8e03278 100644 --- a/install +++ b/install @@ -140,9 +140,9 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in git clone https://github.com/flant/nginx-http-rdns.git # OpenSSL 1.0.2h - mkdir -p /opt/nginx/ - cd /opt/nginx/; wget https://github.com/openssl/openssl/archive/OpenSSL_1_0_2h.zip - unzip OpenSSL_1_0_2h.zip; rm -Rf OpenSSL_1_0_2h.zip + # mkdir -p /opt/nginx/ + # cd /opt/nginx/; wget https://github.com/openssl/openssl/archive/OpenSSL_1_0_2h.zip + # unzip OpenSSL_1_0_2h.zip; rm -Rf OpenSSL_1_0_2h.zip # Download Nginx mkdir -p /opt/nginx/sources/ From 51b4c6470c40f974d0afa0783fbcae46097336bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Sat, 5 May 2018 13:29:48 +0200 Subject: [PATCH 2/2] Update nbuild.sh --- static/nbuild.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/static/nbuild.sh b/static/nbuild.sh index e0b0655..9bc2666 100644 --- a/static/nbuild.sh +++ b/static/nbuild.sh @@ -1,7 +1,6 @@ ./configure \ --user=nginx \ --group=nginx \ ---with-openssl=/opt/nginx/openssl-OpenSSL_1_0_2h/ \ --sbin-path=/usr/sbin/nginx \ --conf-path=/nginx/nginx.conf \ --pid-path=/var/run/nginx.pid \