Skip to content

Commit

Permalink
✨ feat: add nginx_upstream_check_module to replace the previous healt…
Browse files Browse the repository at this point in the history
…h check module (#425)
  • Loading branch information
oneWalker authored Apr 28, 2024
1 parent 45ba089 commit ea23388
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Formula/nginx_upstream_check_module.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
class UpstreamcheckNginxModule < Formula
desc "Health checks upstreams for nginx"
homepage "https://github.com/yaoweibin/nginx_upstream_check_module"
url "https://github.com/yaoweibin/nginx_upstream_check_module/archive/refs/tags/v0.4.0.tar.gz"
version "0.4.0"
sha256 "41059b5a703ccc45cd404b345e5a77c6d6bc92f6b5d41865a9a6ce92291cd57b"

def install
pkgshare.install Dir["*"]
end
end

0 comments on commit ea23388

Please sign in to comment.