Sha256: 57fdfd1db6c7d49006526f7ce59ad1c67593d956c5ada66855994e1127e15a58
Contents?: true
Size: 762 Bytes
Versions: 2
Compression:
Stored size: 762 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: <%= fetch(:thin_daemonize) %> onebyone: <%= fetch(:thin_onebyone) %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
magic_recipes_two-0.0.95 | lib/generators/capistrano/magic_recipes/templates/thin_app_yml.erb |
magic_recipes_two-0.0.94 | lib/generators/capistrano/magic_recipes/templates/thin_app_yml.erb |