Commit fcad4740 authored by Matthew Holt's avatar Matthew Holt

Move prometheus directive higher in list (closes #1119)

parent 4449d3dc
......@@ -423,6 +423,7 @@ var directives = []string{
"internal",
"pprof",
"expvar",
"prometheus", // github.com/miekg/caddy-prometheus
"proxy",
"fastcgi",
"websocket",
......@@ -432,7 +433,6 @@ var directives = []string{
"filemanager", // github.com/hacdias/caddy-filemanager
"hugo", // github.com/hacdias/caddy-hugo
"mailout", // github.com/SchumacherFM/mailout
"prometheus", // github.com/miekg/caddy-prometheus
"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