Skip to content

Instantly share code, notes, and snippets.

@jtadeulopes
Last active December 27, 2015 02:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtadeulopes/7255051 to your computer and use it in GitHub Desktop.
Save jtadeulopes/7255051 to your computer and use it in GitHub Desktop.
Puma conf for the project
threads 2,2
# conexão do tipo unix socket
# bind "unix:///var/tmp/project.sock"
# conexão do tipo TCP socket
# bind "tcp://0.0.0.0:5000"
pidfile "/var/run/puma/project.pid"
enviroment = "production"
stdout_redirect "/var/log/puma/project.log"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment