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:
parent
b49f65d5de
commit
d84c823855
1 changed files with 4 additions and 3 deletions
|
@ -372,9 +372,10 @@ var directives = []string{
|
||||||
"markdown",
|
"markdown",
|
||||||
"templates",
|
"templates",
|
||||||
"browse",
|
"browse",
|
||||||
"hugo", // github.com/hacdias/caddy-hugo
|
"hugo", // github.com/hacdias/caddy-hugo
|
||||||
"mailout", // github.com/SchumacherFM/mailout
|
"filemanager", // github.com/hacdias/caddy-filemanager
|
||||||
"prometheus", // github.com/miekg/caddy-prometheus
|
"mailout", // github.com/SchumacherFM/mailout
|
||||||
|
"prometheus", // github.com/miekg/caddy-prometheus
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in a new issue