📝(compose) Increase attachment upload size to 10 MB

Mostly give this as an example how a person deploying this knows which
knob to turn.

Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
This commit is contained in:
Luca Weiss
2025-06-26 19:19:24 +02:00
parent 2375bc136c
commit 0892c05321

View File

@@ -11,6 +11,9 @@ server {
server_name localhost;
charset utf-8;
# increase max upload size
client_max_body_size 10m;
# Disables server version feedback on pages and in headers
server_tokens off;