Increase mastodon nginx client_max_body_size to 200MB

This commit is contained in:
fi 2025-12-18 03:08:05 +01:00
commit 3fd2e91363

View file

@ -3,6 +3,7 @@
services.nginx = {
enable = true;
group = "mastodon";
clientMaxBodySize = "200m";
upstreams.streaming = {
extraConfig = ''
least_conn;