Commit 2b9bbc52 authored by Henrique Dias's avatar Henrique Dias Committed by Matt Holt

Moving File Manager higher in the directive list (#1199)

* Moving File Manager higher in the directive list

See hacdias/caddy-filemanager#35.

* gofmt
parent 2f5e840e
...@@ -430,10 +430,10 @@ var directives = []string{ ...@@ -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
......
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