class RhaproxyBackend

A “backend” section describes a set of servers to which the proxy will connect to forward incoming connections.

Public Class Methods

new() click to toggle source

Returns a new RhaproxyBackend Object

# File lib/rhaproxy/backend.rb, line 48
def initialize()
  @conf ||= []
  @proxy_type = "backend"
end