mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-17 00:06:27 +03:00
Change hugo and filemanager order
This commit is contained in:
parent
d84c823855
commit
e74678ed43
1 changed files with 1 additions and 1 deletions
|
@ -372,8 +372,8 @@ var directives = []string{
|
|||
"markdown",
|
||||
"templates",
|
||||
"browse",
|
||||
"hugo", // github.com/hacdias/caddy-hugo
|
||||
"filemanager", // github.com/hacdias/caddy-filemanager
|
||||
"hugo", // github.com/hacdias/caddy-hugo
|
||||
"mailout", // github.com/SchumacherFM/mailout
|
||||
"prometheus", // github.com/miekg/caddy-prometheus
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue