diff options
author | James Cooper <[email protected]> | 2016-09-10 07:52:04 -0700 |
---|---|---|
committer | James Cooper <[email protected]> | 2016-09-10 07:52:04 -0700 |
commit | 40a3a6b24ffcf72c8f3f57a1645a24efdb3bd3c6 (patch) | |
tree | 9396d4fec754cb1c22b9e12f679fb05ebed09727 | |
parent | 09a1f02971b99b8c7e4e583398608c09a9747976 (diff) | |
download | caddy-40a3a6b24ffcf72c8f3f57a1645a24efdb3bd3c6.tar.gz caddy-40a3a6b24ffcf72c8f3f57a1645a24efdb3bd3c6.zip |
Add awslambda to plugin.go
-rw-r--r-- | caddyhttp/httpserver/plugin.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/caddyhttp/httpserver/plugin.go b/caddyhttp/httpserver/plugin.go index a0114692e..04f3dd06e 100644 --- a/caddyhttp/httpserver/plugin.go +++ b/caddyhttp/httpserver/plugin.go @@ -432,6 +432,7 @@ var directives = []string{ "hugo", // github.com/hacdias/caddy-hugo "mailout", // github.com/SchumacherFM/mailout "prometheus", // github.com/miekg/caddy-prometheus + "awslambda", // github.com/coopernurse/caddy-awslambda } const ( |