mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-07 19:38:49 +03:00
Move prometheus directive higher in list (closes #1119)
This commit is contained in:
parent
4449d3dcd9
commit
fcad474064
1 changed files with 1 additions and 1 deletions
|
@ -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{
|
||||||
"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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue