Sha256: ddb600c36e45d1ac7ff4f493ccbc85454f76f6e07b1629d576f2e8e0edf35e21

Contents?: true

Size: 464 Bytes

Versions: 5

Compression:

Stored size: 464 Bytes

Contents

darkblog2 = Host(name='localhost', routes={
  '/': Handler(send_spec='tcp://127.0.0.1:9997',
    send_ident='sinatra',
    recv_spec='tcp://127.0.0.1:9996',
    recv_ident='')
})

main = Server(
  uuid='sinatra-example',
  chroot='.',
  access_log='/run/access.log',
  error_log='/run/error.log',
  pid_file='/run/mongrel2.pid',
  default_host='localhost',
  name='main',
  port=8080,
  hosts=[darkblog2]
)


settings = {
  'zeromq.threads': 1
}

servers = [main]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rack-mongrel2-0.2.4 example/sinatra/mongrel2.conf
rack-mongrel2-0.2.3 example/sinatra/mongrel2.conf
rack-mongrel2-0.2.2 example/sinatra/mongrel2.conf
rack-mongrel2-0.2.1 example/sinatra/mongrel2.conf
rack-mongrel2-0.2.0 example/sinatra/mongrel2.conf