From 3fd2e91363edbcc92bf968314762e7e643b3faa1 Mon Sep 17 00:00:00 2001 From: fi Date: Thu, 18 Dec 2025 03:08:05 +0100 Subject: [PATCH] Increase mastodon nginx client_max_body_size to 200MB --- config/hosts/mastodon/nginx.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/hosts/mastodon/nginx.nix b/config/hosts/mastodon/nginx.nix index f195089..72aec08 100644 --- a/config/hosts/mastodon/nginx.nix +++ b/config/hosts/mastodon/nginx.nix @@ -3,6 +3,7 @@ services.nginx = { enable = true; group = "mastodon"; + clientMaxBodySize = "200m"; upstreams.streaming = { extraConfig = '' least_conn;