parent
f56e839134
commit
fe219db231
1 changed files with 6 additions and 0 deletions
|
@ -786,6 +786,12 @@ stream {
|
|||
{{ else }}
|
||||
proxy_pass http://upstream-default-backend;
|
||||
{{ end }}
|
||||
|
||||
{{ if not $all.DisableLua }}
|
||||
log_by_lua_block {
|
||||
monitor.call()
|
||||
}
|
||||
{{ end }}
|
||||
}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue