Skip to content

Instantly share code, notes, and snippets.

@rrichards
Forked from jtadeulopes/puma.rb
Created September 18, 2016 14:01
Show Gist options
  • Save rrichards/c313ab4263a5c99eab2c9ec332e90c57 to your computer and use it in GitHub Desktop.
Save rrichards/c313ab4263a5c99eab2c9ec332e90c57 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