Sha256: f00fa4d39c369a7b99a50e4d745c3f5e0d9364847f6fbd0c51c0ec741206a2ab
Contents?: true
Size: 381 Bytes
Versions: 1
Compression:
Stored size: 381 Bytes
Contents
#!/usr/bin/env puma directory '<%= current_path %>' environment '<%= fetch(:puma_env) %>' daemonize true pidfile "<%=fetch(:puma_pid)%>" state_path "<%=fetch(:puma_state)%>" stdout_redirect '<%=fetch(:puma_access_log)%>', '<%=fetch(:puma_error_log)%>', true threads <%=fetch(:puma_threads).join(',')%> bind "<%=fetch(:puma_bind)%>" workers <%=fetch(:puma_workers)%> preload_app!
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano3-puma-0.0.7 | lib/capistrano/templates/puma.rb.erb |