From 40f2dda03d4459ebd4e0928e3a671a4024c23b7a Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 14 Jul 2009 21:04:22 +0100 Subject: mod_httpserver: Update to use new new_from_config() too --- plugins/mod_httpserver.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mod_httpserver.lua') diff --git a/plugins/mod_httpserver.lua b/plugins/mod_httpserver.lua index 0f1d991c..a8639281 100644 --- a/plugins/mod_httpserver.lua +++ b/plugins/mod_httpserver.lua @@ -28,4 +28,4 @@ local function handle_request(method, body, request) end local ports = config.get(module.host, "core", "http_ports") or { 5280 }; -httpserver.new_from_config(ports, handle_request); +httpserver.new_from_config(ports, "files", handle_request); -- cgit v1.2.3