-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ssl lib to fix ledgetech/lua-resty-http#312
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |