Fix usage for $all.
This commit is contained in:
parent
fe219db231
commit
a2ccd1f224
1 changed files with 1 additions and 2 deletions
|
@ -786,8 +786,7 @@ stream {
|
|||
{{ else }}
|
||||
proxy_pass http://upstream-default-backend;
|
||||
{{ end }}
|
||||
|
||||
{{ if not $all.DisableLua }}
|
||||
{{ if not .DisableLua }}
|
||||
log_by_lua_block {
|
||||
monitor.call()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue