Merge with 0.5
[prosody.git] / plugins / mod_httpserver.lua
index 0f1d991c3cb262af8c381ee2c49eb67ad9257094..a863928148bf33407b80c0c7cd8f31638813a84e 100644 (file)
@@ -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);