Skip to content

Commit

Permalink
add ssl lib to fix ledgetech/lua-resty-http#312
Browse files Browse the repository at this point in the history
  • Loading branch information
vadikgo committed Nov 26, 2024
1 parent 64ad63b commit 8429000
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM fabiocicerchia/nginx-lua:1.27-debian
RUN mkdir -p /opt/app-root/etc/nginx.default.d

COPY conf.d/default.conf /etc/nginx/conf.d/default.conf
COPY lua-libs/lua-resty-http/lib/resty/*.lua /usr/local/share/lua/5.1/resty/
COPY lua-libs/lua-resty-http/lib/resty/ /usr/local/share/lua/5.1/resty/
COPY lua-libs/lua-resty-openssl/lib/resty/ /usr/local/share/lua/5.1/resty/

STOPSIGNAL SIGQUIT

Expand Down
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Sites to check is defined in location /healthcheck-targets as json.

Primary use case is to check microservices in Kubernetes for an external load balancer.

Use additional LUA libraries:
Use additional LUA libraries (git subtree add --prefix lua-libs/xxxx [email protected]:yyyy/xxxx.git master --squash):

* https://github.com/ledgetech/lua-resty-http
* https://github.com/fffonion/lua-resty-openssl

0 comments on commit 8429000

Please sign in to comment.