mod_http_files: Silence luacheck warnings related to config variables

remotes/origin/0.11
Kim Alvefur 8 years ago
parent 681bf74342
commit 35efbc8a8d
  1. 1
      plugins/mod_http_files.lua

@ -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;

Loading…
Cancel
Save