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.
This commit is contained in:
Kim Alvefur 2022-02-10 18:35:39 +01:00
parent deccf683d2
commit ca1d202df0

View file

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