Skip to content

Instantly share code, notes, and snippets.

@infoslack
Created October 31, 2013 19:00
Show Gist options
  • Save infoslack/7255000 to your computer and use it in GitHub Desktop.
Save infoslack/7255000 to your computer and use it in GitHub Desktop.
config do puma para um projeto
threads 2,2
# conexão do tipo unix socket
#bind "unix:///var/tmp/projeto.sock"
# conexão do tipo TCP socket
#bind "tcp://0.0.0.0:5000"
pidfile "/var/run/puma/projeto.pid"
enviroment = "production"
stdout_redirect "/var/log/puma/projeto.log"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment