From 35bd9857279f98a1d18e46437065054fc0f2b711 Mon Sep 17 00:00:00 2001 From: Shlee Date: Thu, 6 Nov 2025 02:36:14 +1300 Subject: [PATCH] Increase nginx.conf proxy_read_timeout (#30599) --- dist/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/nginx.conf b/dist/nginx.conf index 8b7c68d287..d4404fd291 100644 --- a/dist/nginx.conf +++ b/dist/nginx.conf @@ -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;