aboutsummaryrefslogtreecommitdiff
path: root/plugin/deprecated/setup.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/deprecated/setup.go')
-rw-r--r--plugin/deprecated/setup.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/deprecated/setup.go b/plugin/deprecated/setup.go
index cf415c1ae..566e266ec 100644
--- a/plugin/deprecated/setup.go
+++ b/plugin/deprecated/setup.go
@@ -20,7 +20,7 @@ import (
)
// removed has the names of the plugins that need to error on startup.
-var removed = []string{"startup", "shutdown"}
+var removed = []string{"reverse"}
func setup(c *caddy.Controller) error {
c.Next()