Increase mastodon nginx client_max_body_size to 200MB
This commit is contained in:
parent
0dc30f442f
commit
3fd2e91363
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
services.nginx = {
|
||||
enable = true;
|
||||
group = "mastodon";
|
||||
clientMaxBodySize = "200m";
|
||||
upstreams.streaming = {
|
||||
extraConfig = ''
|
||||
least_conn;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue