This commit is contained in:
alteredCoder 2022-01-26 18:26:25 +01:00
parent fa239eee95
commit 462d649a30

View file

@ -67,6 +67,7 @@ function config.loadConfig(file)
ngx.log(ngx.ERR, "unsupported value '" .. s[2] .. "' for variable '" .. v .. "'. Using default value 'stream' instead")
break
end
end
if v == "EXCLUDE_LOCATION" then
local value = s[2]
exclude_location = {}