-
Notifications
You must be signed in to change notification settings - Fork 789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cant start with puma #87
Comments
please have a look at our documentation: https://github.com/heroku/heroku-buildpack-nginx#languageapp-server-agnostic |
It works good with unicorn and i just want to figure out the way to start with puma. And I didn't find the nginx.conf file in heroku bash
|
Also having issues making it work with puma, it seems that
added to
Procfile
and I do get the initial log of:
Maybe its an issue between heroku/puma but asking here in case someone figured it out. |
haven't been able to trigger the touch from puma but was able to make it work by adding to
|
Procfile
web: bin/nginx -p . -c config/nginx.conf & bundle exec puma -C config/puma.rb
worker: bundle exec sidekiqswarm -C config/sidekiq.yml
The text was updated successfully, but these errors were encountered: