1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Revert "Trying passenger instead of puma"

This reverts commit 1fa79c9dc4.
This commit is contained in:
2015-04-22 08:03:55 -04:00
parent 1fa79c9dc4
commit 3e4dca0399
3 changed files with 5 additions and 6 deletions

View File

@@ -1,2 +1,2 @@
worker: rake jobs:work
web: bundle exec passenger -p $PORT
web: bundle exec puma -t 5:5 -p $PORT -e $RAILS_ENV