Commit 6f05faa6 authored by Matt Holt's avatar Matt Holt Committed by GitHub

Merge pull request #900 from hacdias/patch-2

Add filemanager directive
parents eddb6f0a e74678ed
...@@ -372,9 +372,10 @@ var directives = []string{ ...@@ -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 (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment