This commit is contained in:
Shlee 2025-05-06 15:03:45 +00:00 committed by GitHub
commit 3664109593
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
dist/nginx.conf vendored
View File

@ -52,6 +52,7 @@ server {
keepalive_timeout 70;
sendfile on;
client_max_body_size 99m;
proxy_read_timeout 120; ## Increase if you experience 504 errors uploading media
root /home/mastodon/live/public;