Updated matrix media repo to v1.3.3

This commit is contained in:
Michael Hollister
2023-12-04 12:37:39 -06:00
parent 8060ca9199
commit 305e3afb1b
3 changed files with 728 additions and 698 deletions

View File

@ -114,6 +114,9 @@
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $remote_addr;
client_body_buffer_size {{ ((matrix_media_repo_max_bytes | int) / 4) | int }};
client_max_body_size {{ matrix_media_repo_max_bytes }};
}
# Redirect other endpoints registered by the media-repo to its container