mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-05-09 21:34:39 +00:00
Add ENV variables for http_max_content_size and http_upload_file_size_limit (#57)
Fixes #55 and fixes #56: * Add environment variable HTTP_UPLOAD_FILE_SIZE_LIMIT for setting http_upload_file_size_limit * Add environment variable HTTP_MAX_CONTENT_SIZE * Add domain_http_upload to disco_items to support http_upload on some clients and if http_upload is not a subdomain
This commit is contained in:
parent
375b006814
commit
da2f438bda
4 changed files with 19 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -2,7 +2,18 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
* Update to debian bookworm
|
||||
## v1.2.10
|
||||
|
||||
* Update docker base image to debian bookworm
|
||||
* [Add LDAP authentication support](https://github.com/SaraSmiseth/prosody/pull/50)
|
||||
* Add environment variable HTTP_MAX_CONTENT_SIZE for setting http_max_content_size.
|
||||
* Add environment variable HTTP_UPLOAD_FILE_SIZE_LIMIT for setting http_upload_file_size_limit.
|
||||
* Add domain_http_upload to disco_items to support http_upload on some clients and if http_upload is not a subdomain.
|
||||
|
||||
## v1.2.9
|
||||
|
||||
* Update prosody to version 0.12.3
|
||||
* Update luarocks to version 3.9.2
|
||||
|
||||
## v1.2.8
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue