Change from mod_http_upload to mod_http_file_share #19
1 changed files with 0 additions and 9 deletions
|
@ -259,15 +259,6 @@ prosody_modules:
|
|||
description: 'This module helps make BOSH and WebSocket connection endpoints discoverable via the HTTP'
|
||||
module_enabled: 'true'
|
||||
|
||||
- name: 'http_upload'
|
||||
description: 'Upload files via http'
|
||||
module_enabled: 'true'
|
||||
extra_options:
|
||||
- 'http_upload_file_size_limit = 1024*1024 --bytes'
|
||||
- 'http_upload_expire_after = 60 * 60 * 24 * 7 -- a week in seconds'
|
||||
- 'http_upload_path = "/srv/prosody/files"'
|
||||
- 'http_upload_quota = 1234 -- bytes, maximum size of all uploaded files per user'
|
||||
|
||||
- name: 'admin_blocklist'
|
||||
description: 'This module uses the blocklists set by admins for blocking s2s connections'
|
||||
module_enabled: 'true'
|
||||
|
|
Loading…
Reference in a new issue