1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-08 15:29:20 +00:00

Trying passenger instead of puma

This commit is contained in:
2015-04-22 08:01:12 -04:00
parent 1f67557fca
commit 1fa79c9dc4
3 changed files with 6 additions and 5 deletions

View File

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