mod_http_files: Silence luacheck warnings related to config variables

This commit is contained in:
Kim Alvefur 2018-10-10 21:53:26 +02:00
parent 681bf74342
commit 35efbc8a8d

View file

@ -89,6 +89,7 @@ function serve(opts)
if type(opts) ~= "table" then -- assume path string
opts = { path = opts };
end
-- luacheck: ignore 431
local base_path = opts.path;
local dir_indices = opts.index_files or dir_indices;
local directory_index = opts.directory_index;