summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/headers
diff options
context:
space:
mode:
Diffstat (limited to 'modules/caddyhttp/headers')
-rw-r--r--modules/caddyhttp/headers/headers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddyhttp/headers/headers.go b/modules/caddyhttp/headers/headers.go
index f1b45da..8f4976a 100644
--- a/modules/caddyhttp/headers/headers.go
+++ b/modules/caddyhttp/headers/headers.go
@@ -24,7 +24,7 @@ import (
func init() {
caddy.RegisterModule(caddy.Module{
- Name: "http.middleware.headers",
+ Name: "http.handlers.headers",
New: func() interface{} { return new(Headers) },
})
}