Skip to content

Commit 0892c05

Browse files
committed
📝(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 <[email protected]>
1 parent 2375bc1 commit 0892c05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/files/production/etc/nginx/conf.d/default.conf.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ server {
1111
server_name localhost;
1212
charset utf-8;
1313

14+
# increase max upload size
15+
client_max_body_size 10m;
16+
1417
# Disables server version feedback on pages and in headers
1518
server_tokens off;
1619

0 commit comments

Comments
 (0)