Commit af821418 authored by Daniel's avatar Daniel Committed by Matt Holt

caddyhttp: Add 'permission' plugin directive (#2639)

parent d11b6481
...@@ -656,13 +656,14 @@ var directives = []string{ ...@@ -656,13 +656,14 @@ var directives = []string{
"s3browser", // github.com/techknowlogick/caddy-s3browser "s3browser", // github.com/techknowlogick/caddy-s3browser
"nobots", // github.com/Xumeiquer/nobots "nobots", // github.com/Xumeiquer/nobots
"mime", "mime",
"login", // github.com/tarent/loginsrv/caddy "login", // github.com/tarent/loginsrv/caddy
"reauth", // github.com/freman/caddy-reauth "reauth", // github.com/freman/caddy-reauth
"extauth", // github.com/BTBurke/caddy-extauth "extauth", // github.com/BTBurke/caddy-extauth
"jwt", // github.com/BTBurke/caddy-jwt "jwt", // github.com/BTBurke/caddy-jwt
"jsonp", // github.com/pschlump/caddy-jsonp "permission", // github.com/dhaavi/caddy-permission
"upload", // blitznote.com/src/caddy.upload "jsonp", // github.com/pschlump/caddy-jsonp
"multipass", // github.com/namsral/multipass/caddy "upload", // blitznote.com/src/caddy.upload
"multipass", // github.com/namsral/multipass/caddy
"internal", "internal",
"pprof", "pprof",
"expvar", "expvar",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment