Increase nginx.conf proxy_read_timeout (#30599)

This commit is contained in:
Shlee
2025-11-06 02:36:14 +13:00
committed by GitHub
parent c0c6f5ea32
commit 35bd985727

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;