From a6cb1468c4afb3be08bd4a80cf719cb3f8358fb6 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sat, 8 Jun 2024 01:03:29 +0930 Subject: [PATCH 1/4] Increase nginx.conf proxy_read_timeout --- dist/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/nginx.conf b/dist/nginx.conf index 5bb99038649..495e4f057d6 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 900; root /home/mastodon/live/public; From d774aaf08e0ca976423e24471a941c9e5ba78a99 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sat, 8 Jun 2024 01:04:46 +0930 Subject: [PATCH 2/4] 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 495e4f057d6..af3d69c233f 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 900; + proxy_read_timeout 180; root /home/mastodon/live/public; From d91b31200fc954c9e9ce4510879c38d7a91a0117 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sat, 8 Jun 2024 01:05:32 +0930 Subject: [PATCH 3/4] 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 af3d69c233f..1a3e570cf5a 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 180; + proxy_read_timeout 300; root /home/mastodon/live/public; From be28ca5637d3510bad8ad51d8e032da994f22e56 Mon Sep 17 00:00:00 2001 From: Shlee Date: Tue, 11 Jun 2024 13:45:08 +0930 Subject: [PATCH 4/4] 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 1a3e570cf5a..15be6594558 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;