1
0
Fork 0
deploying-rails-app/slides/setup-a-middleware.md

16 lines
190 B
Markdown
Raw Permalink Normal View History

2016-03-08 21:34:06 -05:00
## Setup a Middleware for App
* Update the Gemfile
```
group :production do
gem 'puma'
end
```
* Configure Puma
* puma.rb from [https://goo.gl/f36vHg](https://goo.gl/f36vHg)
note: