Update client_max_body_size to 80m

To accommodate new video upload limit
This commit is contained in:
Eugen Rochko 2018-08-31 04:33:29 +02:00 committed by GitHub
parent e34ac2b1d3
commit 45924280ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ server {
keepalive_timeout 70;
sendfile on;
client_max_body_size 8m;
client_max_body_size 80m;
root /home/mastodon/live/public;