0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-27 23:03:37 -05:00

Merge pull request #900 from hacdias/patch-2

Add filemanager directive
This commit is contained in:
Matt Holt 2016-06-27 08:32:54 -06:00 committed by GitHub
commit 6f05faa670

View file

@ -372,9 +372,10 @@ var directives = []string{
"markdown", "markdown",
"templates", "templates",
"browse", "browse",
"hugo", // github.com/hacdias/caddy-hugo "filemanager", // github.com/hacdias/caddy-filemanager
"mailout", // github.com/SchumacherFM/mailout "hugo", // github.com/hacdias/caddy-hugo
"prometheus", // github.com/miekg/caddy-prometheus "mailout", // github.com/SchumacherFM/mailout
"prometheus", // github.com/miekg/caddy-prometheus
} }
const ( const (