Sha256: 86bdb5a1adcb1280b27daa9f81a26115841da8959897e81f551b6fae69e68ae1
Contents?: true
Size: 737 Bytes
Versions: 76
Compression:
Stored size: 737 Bytes
Contents
--- adapter: rails chdir: <%= current_path %> environment: <%= fetch(:rails_env) %> rackup: <%= current_path %>/config.ru timeout: <%= fetch(:thin_timeout) %> # 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: <%= fetch(:thin_max_conns) %> max_persistent_conns: <%= fetch(:thin_max_persistent_conns) %> require: <%= fetch(:thin_require) %> wait: <%= fetch(:thin_wait) %> servers: <%= fetch(:app_instances) %> # user: <%= fetch(:user) %> socket: /tmp/thin.<%= fetch(:application) %>.<%= fetch(:stage) %>.sock daemonize: true onebyone: <%= fetch(:thin_onebyone) %>
Version data entries
76 entries across 76 versions & 1 rubygems