Sha256: 6c81956b4db0c8ae498d5d18c44dfb90fdc2ff74cd929b1359a679536c59c01d

Contents?: true

Size: 344 Bytes

Versions: 1

Compression:

Stored size: 344 Bytes

Contents

# Listen to port 3000
listen 3000

# daemonize mode
daemonize false

# the number of workers to serve client
worker_threads 4

# the ssl certification path
ssl_keystore "jubilee/keystore.jks"

# the ssl certification key
ssl_password "helloworld"

pid "tmp/jubilee.pid"
stderr_path "log/jubilee.stderr.log"
stdout_path "log/jubilee.stdout.log"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jubilee-1.0.0.beta1 examples/jubilee.conf.rb