Browse Source
cmd: Plug in the http.handlers.authentication module
master
Matthew Holt
5 years ago
No known key found for this signature in database
GPG Key ID: 2A349DD577D586A5
1 changed files with
1 additions and
0 deletions
-
cmd/caddy/main.go
|
|
@ -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" |
|
|
|