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