Change media upload limits and remove client-side resizing (#23726)

This commit is contained in:
Eugen Rochko
2023-03-25 10:00:03 +01:00
committed by GitHub
parent ef127c964a
commit 9bda933740
9 changed files with 38 additions and 246 deletions

2
dist/nginx.conf vendored
View File

@@ -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;