Project

General

Profile

Download (276 Bytes) Statistics
| Branch: | Tag: | Revision:
module Proxy::BMC
class Plugin < Proxy::Plugin
http_rackup_path File.expand_path("http_config.ru", File.expand_path("../", __FILE__))
https_rackup_path File.expand_path("http_config.ru", File.expand_path("../", __FILE__))

plugin :bmc, ::Proxy::VERSION
end
end
(4-4/8)