mod_http_files: Change option name from http_path to http_files_dir

This commit is contained in:
Matthew Wild 2012-04-26 06:42:02 +01:00
parent 6c6566bace
commit 0c686d4e7a

View file

@ -12,7 +12,7 @@ local lfs = require "lfs";
local open = io.open;
local stat = lfs.attributes;
local http_base = module:get_option_string("http_path", "www_files");
local http_base = module:get_option_string("http_files_dir", module:get_option_string("http_path", "www_files"));
-- TODO: Should we read this from /etc/mime.types if it exists? (startup time...?)
local mime_map = {