18 lines
267 B
Markdown
18 lines
267 B
Markdown
|
## Setup a Middleware for App
|
||
|
|
||
|
* Update the Gemfile
|
||
|
|
||
|
```
|
||
|
group :production do
|
||
|
gem 'puma'
|
||
|
end
|
||
|
```
|
||
|
|
||
|
* Configure Puma
|
||
|
* config/puma.rb from [https://goo.gl/f36vHg](https://goo.gl/f36vHg)
|
||
|
|
||
|
|
||
|
note:
|
||
|
Put your speaker notes here.
|
||
|
You can see them pressing 's'.
|