From 97a631ec4cbdcfdffd2c928de1cefbdd688cb0c7 Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Sat, 3 Jun 2017 10:34:14 -0500 Subject: [PATCH] httpserver: Register authz directive (#1693) --- caddyhttp/httpserver/plugin.go | 1 + 1 file changed, 1 insertion(+) diff --git a/caddyhttp/httpserver/plugin.go b/caddyhttp/httpserver/plugin.go index 9f62092b7..0b49135c8 100644 --- a/caddyhttp/httpserver/plugin.go +++ b/caddyhttp/httpserver/plugin.go @@ -457,6 +457,7 @@ var directives = []string{ "gzip", "header", "errors", + "authz", // github.com/casbin/caddy-authz "filter", // github.com/echocat/caddy-filter "minify", // github.com/hacdias/caddy-minify "ipfilter", // github.com/pyed/ipfilter