Skip to content

Commit

Permalink
fix(openresty) openresty needs the ssl preread module (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic authored Dec 10, 2018
1 parent 4fdcfde commit 74ad632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.openresty
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 74ad632

Please sign in to comment.