1
0
Fork 0
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:
Drew Bailey 2019-02-14 16:35:42 -05:00 committed by Nate Berkopec
parent 36964ec429
commit be3f91ed45

View file

@ -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