0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00

Move prometheus directive higher in list (closes #1119)

This commit is contained in:
Matthew Holt 2016-09-20 14:29:17 -06:00
parent 4449d3dcd9
commit fcad474064

View file

@ -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
}