From ca1d202df0464ad72e98d7d341c407d271d7d64a Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 10 Feb 2022 18:35:39 +0100 Subject: prosody.cfg.lua.dist: Remove mod_http_files Serving web pages outside of specialized modules seems like a rare use case that doesn't warrant a spot in the default config file. Many users seem to have it confused with mod_http_upload, so removing it should help with that. --- prosody.cfg.lua.dist | 1 - 1 file changed, 1 deletion(-) (limited to 'prosody.cfg.lua.dist') diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index f2a80e52..0d6c2ef4 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -76,7 +76,6 @@ modules_enabled = { -- HTTP modules --"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP" --"websocket"; -- XMPP over WebSockets - --"http_files"; -- Serve static files from a directory over HTTP --"http_openmetrics"; -- for exposing metrics to stats collectors -- Other specific functionality -- cgit v1.2.3