Sha256: bf5573dd69fd77d80aef4047f5e26cb995d79ffedd46941923d8446896b8422a

Contents?: true

Size: 362 Bytes

Versions: 12

Compression:

Stored size: 362 Bytes

Contents

threads 0, 16
workers ENV['WORKER_PROCESSES'].to_i
bind 'tcp://0.0.0.0:3000'

if ENV['RAILS_ENV'] == 'production' || ENV['RAILS_ENV'] == 'staging'
  log_root = ENV['SERVER_LOG_ROOT'] || '/var/log/aleph'
  stdout_dir = File.join(log_root, 'puma.stdout.log')
  stderr_dir = File.join(log_root, 'puma.stderr.log')
  stdout_redirect stdout_dir, stderr_dir, true
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
aleph_analytics-0.4.2 config/puma.rb
aleph_analytics-0.4.1 config/puma.rb
aleph_analytics-0.3.0 config/puma.rb
aleph_analytics-0.2.0 config/puma.rb
aleph_analytics-0.1.0 config/puma.rb
aleph_analytics-0.0.6 config/puma.rb
aleph_analytics-0.0.5 config/puma.rb
aleph_analytics-0.0.4 config/puma.rb
aleph_analytics-0.0.3 config/puma.rb
aleph_analytics-0.0.2 config/puma.rb
aleph_analytics-0.0.1.alpha config/puma.rb
aleph_analytics-0.0.0.alpha config/puma.rb