0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00

Add filemanager directive

This commit is contained in:
Henrique Dias 2016-06-23 16:03:16 +01:00 committed by GitHub
parent b49f65d5de
commit d84c823855

View file

@ -373,6 +373,7 @@ var directives = []string{
"templates",
"browse",
"hugo", // github.com/hacdias/caddy-hugo
"filemanager", // github.com/hacdias/caddy-filemanager
"mailout", // github.com/SchumacherFM/mailout
"prometheus", // github.com/miekg/caddy-prometheus
}