Fix usage for $all.

This commit is contained in:
Globegitter 2018-09-26 16:38:16 +02:00
parent 7f8c35260f
commit 5d10163e49

View file

@ -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()
}