mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
Moving File Manager higher in the directive list (#1199)
* Moving File Manager higher in the directive list See hacdias/caddy-filemanager#35. * gofmt
This commit is contained in:
parent
2f5e840ea9
commit
2b9bbc5236
1 changed files with 5 additions and 5 deletions
|
@ -430,10 +430,10 @@ var directives = []string{
|
||||||
"proxy",
|
"proxy",
|
||||||
"fastcgi",
|
"fastcgi",
|
||||||
"websocket",
|
"websocket",
|
||||||
|
"filemanager", // github.com/hacdias/caddy-filemanager
|
||||||
"markdown",
|
"markdown",
|
||||||
"templates",
|
"templates",
|
||||||
"browse",
|
"browse",
|
||||||
"filemanager", // github.com/hacdias/caddy-filemanager
|
|
||||||
"hugo", // github.com/hacdias/caddy-hugo
|
"hugo", // github.com/hacdias/caddy-hugo
|
||||||
"mailout", // github.com/SchumacherFM/mailout
|
"mailout", // github.com/SchumacherFM/mailout
|
||||||
"awslambda", // github.com/coopernurse/caddy-awslambda
|
"awslambda", // github.com/coopernurse/caddy-awslambda
|
||||||
|
|
Loading…
Reference in a new issue