16 lines
190 B
Markdown
16 lines
190 B
Markdown
|
## 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:
|