nixos/prosody: disable http_files per default as it requires configuration to not break http_file_share
This commit is contained in:
@@ -182,7 +182,7 @@ let
|
||||
|
||||
http_files = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
default = false;
|
||||
description = "Serve static files from a directory over HTTP";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user