From 8e2d1eb90a62e723ec11f8a9e270060d0461ee67 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 <31820853+zhengkunwang223@users.noreply.github.com> Date: Tue, 6 Jun 2023 17:41:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20openresty=20?= =?UTF-8?q?=E9=95=9C=E5=83=8F=20(#142)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openresty/1.21.4.1/conf/conf.d/00.default.conf | 1 + openresty/1.21.4.1/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/openresty/1.21.4.1/conf/conf.d/00.default.conf b/openresty/1.21.4.1/conf/conf.d/00.default.conf index 085138bb9..62df68338 100644 --- a/openresty/1.21.4.1/conf/conf.d/00.default.conf +++ b/openresty/1.21.4.1/conf/conf.d/00.default.conf @@ -11,6 +11,7 @@ server ssl_ciphers aNULL; ssl_certificate data:$empty; ssl_certificate_key data:$empty; + ssl_reject_handshake on; index 404.html; root /usr/share/nginx/html; diff --git a/openresty/1.21.4.1/docker-compose.yml b/openresty/1.21.4.1/docker-compose.yml index a48b88573..a04f4bfea 100644 --- a/openresty/1.21.4.1/docker-compose.yml +++ b/openresty/1.21.4.1/docker-compose.yml @@ -1,7 +1,7 @@ version: '3' services: openresty: - image: openresty/openresty:1.21.4.1-3-alpine + image: openresty/openresty:1.21.4.1-7-focal container_name: ${CONTAINER_NAME} restart: always network_mode: host