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 = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
group = "mastodon";
|
group = "mastodon";
|
||||||
|
clientMaxBodySize = "200m";
|
||||||
upstreams.streaming = {
|
upstreams.streaming = {
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
least_conn;
|
least_conn;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue