Last active
November 22, 2017 09:48
-
-
Save jtadeulopes/7265503 to your computer and use it in GitHub Desktop.
Puma config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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