-
Notifications
You must be signed in to change notification settings - Fork 300
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
multiple puma_bind #42
Comments
Just bundle update to use version 0.4.0 |
just set puma_bind as an array and regenerate the file with puma:config
|
Thanks, good work 👍 |
However I see a problem with this, the resulting template is missing quotation marks
and it's raising error on puma startup. |
I fixed that in the last commit. |
The result now is
the quote should go after |
Oh I see the other commit, thanks! |
you can use the version in rubygems if you want. |
👍 |
I have two binds for puma:
Would it possible to support them both via set :puma_bind? Perhaps supporting an array option.
The text was updated successfully, but these errors were encountered: