diff options
author | Matthew Holt <[email protected]> | 2020-03-24 10:37:47 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2020-03-24 10:37:47 -0600 |
commit | 341d4fb8059f6aad5d371514fb851256add327cf (patch) | |
tree | 778e1689f46304944b7282aac3379366f56c5208 /modules/caddyhttp/standard/imports.go | |
parent | 745cb0e9e646b6a4b1bf3b366a4a8352cdb722cd (diff) | |
download | caddy-341d4fb8059f6aad5d371514fb851256add327cf.tar.gz caddy-341d4fb8059f6aad5d371514fb851256add327cf.zip |
Remove some non-essential plugins from this repo (#2780)
Brotli encoder, jsonc and json5 config adapters, and the unfinished
HTTP cache handler are removed.
They will be available in separate repos.
Diffstat (limited to 'modules/caddyhttp/standard/imports.go')
-rw-r--r-- | modules/caddyhttp/standard/imports.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/caddyhttp/standard/imports.go b/modules/caddyhttp/standard/imports.go index 1effb5ad8..a0ccf6e71 100644 --- a/modules/caddyhttp/standard/imports.go +++ b/modules/caddyhttp/standard/imports.go @@ -5,12 +5,10 @@ import ( _ "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" _ "github.com/caddyserver/caddy/v2/modules/caddyhttp/encode/zstd" _ "github.com/caddyserver/caddy/v2/modules/caddyhttp/fileserver" _ "github.com/caddyserver/caddy/v2/modules/caddyhttp/headers" - _ "github.com/caddyserver/caddy/v2/modules/caddyhttp/httpcache" _ "github.com/caddyserver/caddy/v2/modules/caddyhttp/requestbody" _ "github.com/caddyserver/caddy/v2/modules/caddyhttp/reverseproxy" _ "github.com/caddyserver/caddy/v2/modules/caddyhttp/reverseproxy/fastcgi" |