From 74ad6326411e5795392d9ca350afaf7de4103e7a Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Mon, 10 Dec 2018 12:02:07 -0500 Subject: [PATCH] fix(openresty) openresty needs the ssl preread module (#11) --- Dockerfile.openresty | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.openresty b/Dockerfile.openresty index 7fb819265270..e8e7f0091925 100644 --- a/Dockerfile.openresty +++ b/Dockerfile.openresty @@ -19,6 +19,7 @@ ARG RESTY_CONFIG_OPTIONS="\ --with-http_ssl_module \ --with-http_stub_status_module \ --with-http_v2_module \ + --with-stream_ssl_preread_module \ " LABEL resty_version="${RESTY_VERSION}"