Enable plugins.run() for requests to default backend
This commit is contained in:
parent
7db4b95e19
commit
b9266c4439
1 changed files with 2 additions and 0 deletions
|
@ -913,6 +913,8 @@ stream {
|
||||||
{{ if $enableMetrics }}
|
{{ if $enableMetrics }}
|
||||||
monitor.call()
|
monitor.call()
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
plugins.run()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue