Comparison

prosody.cfg.lua.dist @ 12327:4d6f4f6d0814

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.
author Kim Alvefur <zash@zash.se>
date Thu, 10 Feb 2022 18:35:39 +0100
parent 12326:e59b5b1cdc5b
child 12332:0d245034600a
comparison
equal deleted inserted replaced
12326:e59b5b1cdc5b 12327:4d6f4f6d0814
74 "admin_shell"; -- Allow secure administration via an UNIX socket 74 "admin_shell"; -- Allow secure administration via an UNIX socket
75 75
76 -- HTTP modules 76 -- HTTP modules
77 --"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP" 77 --"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP"
78 --"websocket"; -- XMPP over WebSockets 78 --"websocket"; -- XMPP over WebSockets
79 --"http_files"; -- Serve static files from a directory over HTTP
80 --"http_openmetrics"; -- for exposing metrics to stats collectors 79 --"http_openmetrics"; -- for exposing metrics to stats collectors
81 80
82 -- Other specific functionality 81 -- Other specific functionality
83 --"groups"; -- Shared roster support 82 --"groups"; -- Shared roster support
84 --"server_contact_info"; -- Publish contact information for this service 83 --"server_contact_info"; -- Publish contact information for this service