mirror of
https://github.com/caddyserver/caddy.git
synced 2025-03-26 22:27:32 +08:00
cmd: Plug in the http.handlers.authentication module
This commit is contained in:
parent
f8366c2f09
commit
5c7640a8d9
@ -22,6 +22,7 @@ import (
|
||||
_ "github.com/caddyserver/caddy/v2/caddyconfig/json5"
|
||||
_ "github.com/caddyserver/caddy/v2/caddyconfig/jsonc"
|
||||
_ "github.com/caddyserver/caddy/v2/modules/caddyhttp"
|
||||
_ "github.com/caddyserver/caddy/v2/modules/caddyhttp/caddyauth"
|
||||
_ "github.com/caddyserver/caddy/v2/modules/caddyhttp/encode"
|
||||
_ "github.com/caddyserver/caddy/v2/modules/caddyhttp/encode/brotli"
|
||||
_ "github.com/caddyserver/caddy/v2/modules/caddyhttp/encode/gzip"
|
||||
|
Loading…
x
Reference in New Issue
Block a user