Sha256: f0787805f7f822b71f43dead0f4337ba960d80fcc2f30b109e59a429d79c1401

Contents?: true

Size: 310 Bytes

Versions: 3

Compression:

Stored size: 310 Bytes

Contents

# Listen to port 3000
listen 3000

# 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

3 entries across 3 versions & 1 rubygems

Version Path
jubilee-1.0.2 examples/jubilee.conf.rb
jubilee-1.0.1 examples/jubilee.conf.rb
jubilee-1.0.0 examples/jubilee.conf.rb