Sha256: c56fb3a70828001c55c15107409e69d89352a9c80b95697cb6db3b6ffd323274

Contents?: true

Size: 502 Bytes

Versions: 3

Compression:

Stored size: 502 Bytes

Contents

environment 'production'
bind 'unix:///path/to/shared/tmp/sockets/puma.sock'
pidfile '/path/to/shared/tmp/pids/puma.pid'
ctl_socket = '/path/to/shared/tmp/sockets/pumactl.sock'
state_path '/path/to/shared/tmp/sockets/puma.state'
stdout_redirect '/path/to/shared/log/stdout.log', '/path/to/shared/log/stderr.log'
activate_control_app 'unix:///path/to/shared/tmp/sockets/pumactl.sock'
daemonize
quiet

threads 5, 5
workers 2
preload_app!

before_fork do
  MyApp::DB.disconnect if defined?(MyApp::DB)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sinator-4.0.0 spec/fixtures/config/puma/production.txt
sinator-3.1.1 spec/fixtures/config/puma/production.txt
sinator-3.1.0 spec/fixtures/config/puma/production.txt