Change media upload limits and remove client-side resizing (#23726)
This commit is contained in:
parent
ef127c964a
commit
9bda933740
9 changed files with 38 additions and 246 deletions
2
dist/nginx.conf
vendored
2
dist/nginx.conf
vendored
|
@ -39,7 +39,7 @@ server {
|
|||
|
||||
keepalive_timeout 70;
|
||||
sendfile on;
|
||||
client_max_body_size 80m;
|
||||
client_max_body_size 99m;
|
||||
|
||||
root /home/mastodon/live/public;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue