Browse Source
cmd/main: Plug in json5 and jsonc config adapters
master
Matthew Holt
6 years ago
No known key found for this signature in database
GPG Key ID: 2A349DD577D586A5
1 changed files with
2 additions and
0 deletions
-
cmd/caddy/main.go
|
@ -19,6 +19,8 @@ import ( |
|
|
|
|
|
|
|
|
// this is where modules get plugged in
|
|
|
// this is where modules get plugged in
|
|
|
_ "github.com/caddyserver/caddy/v2/caddyconfig/caddyfile" |
|
|
_ "github.com/caddyserver/caddy/v2/caddyconfig/caddyfile" |
|
|
|
|
|
_ "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" |
|
|
_ "github.com/caddyserver/caddy/v2/modules/caddyhttp/encode" |
|
|
_ "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/brotli" |
|
|