Skip to content

Instantly share code, notes, and snippets.

@jtadeulopes
Last active November 22, 2017 09:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jtadeulopes/7265503 to your computer and use it in GitHub Desktop.
Save jtadeulopes/7265503 to your computer and use it in GitHub Desktop.
Puma config
#!/usr/bin/env puma
threads 0, 4
# workers 3
bind "unix:///var/tmp/project.sock"
pidfile "/var/run/puma/project.pid"
environment "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