From a6cb1468c4afb3be08bd4a80cf719cb3f8358fb6 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sat, 8 Jun 2024 01:03:29 +0930 Subject: [PATCH] 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;