Class: VarnishRestApi

Inherits:
Sinatra::Application
  • Object
show all
Defined in:
lib/varnish_rest_api.rb

Constant Summary collapse

CONFIG_FILE =
"varnish_rest_api.yaml"
CONFIG_PATHS =
[ '/etc/' + CONFIG_FILE, File.dirname(__FILE__) + '/' + CONFIG_FILE ]
CONFIG =
CONFIG_PATHS.detect {|config| File.file?(config) }