mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Fix minor typo for including plugins (#1727)
Puma checks in lib/plugin/<file_name> for plugins https://github.com/puma/puma/blob/master/lib/puma/plugin.rb#L90
This commit is contained in:
parent
36964ec429
commit
be3f91ed45
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ require 'redis'
|
|||
# 1. Add this plugin to your 'lib' directory
|
||||
# 2. In the `puma.rb` config file add the following lines
|
||||
# === Plugins ===
|
||||
# require './lib/puma/plugins/redis_stop_puma'
|
||||
# require './lib/puma/plugin/redis_stop_puma'
|
||||
# plugin 'redis_stop_puma'
|
||||
# 3. Now, when you set the redis key "puma::restart::web.1", your web.1 dyno
|
||||
# will restart
|
||||
|
|
Loading…
Add table
Reference in a new issue