Sha256: 9eba7b081244bebe64c649d8dd7d18d2bb1358fbcbe9a8d14644aa400cd6ae7b
Contents?: true
Size: 579 Bytes
Versions: 12
Compression:
Stored size: 579 Bytes
Contents
--- adapter: rails chdir: <%= current_path %> environment: <%= fetch(:rails_env) %> rackup: <%= current_path %>/config.ru timeout: 30 # address: 127.0.0.1 # port: 4000 log: <%= deploy_to %>/shared/log/thin_<%= fetch(:application) %>_<%= fetch(:stage) %>.log pid: <%= deploy_to %>/shared/pids/thin_<%= fetch(:application) %>_<%= fetch(:stage) %>.pid max_conns: 1024 max_persistent_conns: 512 require: [] wait: 90 servers: <%= fetch(:app_instances) %> # user: <%= fetch(:user) %> socket: /tmp/thin.<%= fetch(:application) %>.<%= fetch(:stage) %>.sock daemonize: true onebyone: true
Version data entries
12 entries across 12 versions & 1 rubygems