From 86655e9589323190c12f20a057828e64a31bdb65 Mon Sep 17 00:00:00 2001 From: reynir Date: Fri, 8 Nov 2024 09:59:50 +0000 Subject: [PATCH] Double social.data.coop upload limit --- roles/docker/files/vhost/mastodon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/docker/files/vhost/mastodon b/roles/docker/files/vhost/mastodon index 61d7db8..fd27baf 100644 --- a/roles/docker/files/vhost/mastodon +++ b/roles/docker/files/vhost/mastodon @@ -1,2 +1,2 @@ listen 3000; -client_max_body_size 50M; # default is 1M +client_max_body_size 100M; # default is 1M