0
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;