diff options
author | Kim Alvefur <zash@zash.se> | 2022-02-10 18:35:39 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-02-10 18:35:39 +0100 |
commit | ca1d202df0464ad72e98d7d341c407d271d7d64a (patch) | |
tree | b572f0ef6d5dc21a49e0ffbf10db5dc7a98b7f25 /prosody.cfg.lua.dist | |
parent | deccf683d20f69e3f5dbfef349e34767191bb466 (diff) | |
download | prosody-ca1d202df0464ad72e98d7d341c407d271d7d64a.tar.gz prosody-ca1d202df0464ad72e98d7d341c407d271d7d64a.zip |
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.
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r-- | prosody.cfg.lua.dist | 1 |
1 files changed, 0 insertions, 1 deletions
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 |