From be28ca5637d3510bad8ad51d8e032da994f22e56 Mon Sep 17 00:00:00 2001 From: Shlee Date: Tue, 11 Jun 2024 13:45:08 +0930 Subject: [PATCH] Update nginx.conf --- dist/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/nginx.conf b/dist/nginx.conf index 1a3e570cf5..15be659455 100644 --- a/dist/nginx.conf +++ b/dist/nginx.conf @@ -52,7 +52,7 @@ server { keepalive_timeout 70; sendfile on; client_max_body_size 99m; - proxy_read_timeout 300; + proxy_read_timeout 120; ## Increase if you experience 504 errors uploading media root /home/mastodon/live/public;