mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
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:
parent
deccf683d2
commit
ca1d202df0
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue