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:
parent
4449d3dcd9
commit
fcad474064
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue