mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-22 02:15:45 +03:00
httpserver: Add 'awses' plugin directive (#1818)
This commit is contained in:
parent
ebce0b7aec
commit
d2fa8600fc
1 changed files with 1 additions and 0 deletions
|
@ -496,6 +496,7 @@ var directives = []string{
|
||||||
"jekyll", // github.com/hacdias/filemanager/caddy/jekyll
|
"jekyll", // github.com/hacdias/filemanager/caddy/jekyll
|
||||||
"hugo", // github.com/hacdias/filemanager/caddy/hugo
|
"hugo", // github.com/hacdias/filemanager/caddy/hugo
|
||||||
"mailout", // github.com/SchumacherFM/mailout
|
"mailout", // github.com/SchumacherFM/mailout
|
||||||
|
"awses", // github.com/miquella/caddy-awses
|
||||||
"awslambda", // github.com/coopernurse/caddy-awslambda
|
"awslambda", // github.com/coopernurse/caddy-awslambda
|
||||||
"grpc", // github.com/pieterlouw/caddy-grpc
|
"grpc", // github.com/pieterlouw/caddy-grpc
|
||||||
"gopkg", // github.com/zikes/gopkg
|
"gopkg", // github.com/zikes/gopkg
|
||||||
|
|
Loading…
Reference in a new issue